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 [email protected] and password admin
- Click on the pay with card button and type in the stripe test data (email: [email protected], 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.