What it does
The webapp consists of an ML model that predicts if the image uploaded to it could be cancerous or not.
How we built it
We first made the ML model using Tensorflow with Jupyter Notebook and then wrote a python script that uses the model and returns the prediction. We then integrated the script with the flask server and used CSS styling to decorate the webpage.
Challenges we ran into
- Building the ML model was a daunting task.
- Linking the ML model to a separate python script was difficult.
- We ran into a lot of errors by the time we had the flask backend up and running
What we learned
- The process of image recognition using Convoluted Neural Networks.
- This our first time working with the Flask framework and we found it to be quite interesting
- Worked with some cool python libraries that made our work a lot more easier ## What's next for dermaCare
- As of now, the model has a 70% accuracy. We are planning to train the ML model with an even larger data set to increase its accuracy.
- We are planning on integrating a front end framework like react soon enough to the project
Log in or sign up for Devpost to join the conversation.