A simple application where users can take photos of moles or freckles to have them scanned and check if they are cancerous or not from their phones.
- Implement cancer detection model into project.
- Build ML model with TF.
- Create tensorflow requests to server.
- Create docker container for backend on server.
- Create backend with Node.js to predict from photo.
- Host backend on AWS.
- Improve TF model w/ more training
- Update home screen to display news about skin cancer.
- Create UI to fill in news stories.
- Update camera screen to help user take accurate pictures.
- Notify user when photo is taken.
- Update login screen UI
- Create loading icon during ML prediction