lungcure is a fully functional and free lung disease detection web app with payment integration.
- Go to https://hidden-peak-62367.herokuapp.com/
- Login with the email admin@admin.com and password admin
- Click on the pay with card button and type in the stripe test data (email: admin@admin.com, cardnumber: 4242 4242 4242 4242, date: 01/21 and cvc 545)
- You're ready to upload your image and let it detect the lung disease for you.
- Create a copy of
sample.env
with the nameproduction.env
within theapp
directory. - Update
pub_key
andsecret_key
within theproduction.env
file with account specific keys.