Skin Talk
A game-changing app that provides personalize skincare solution through machine learning.
Created on 5th November 2023
•
Skin Talk
A game-changing app that provides personalize skincare solution through machine learning.
The problem Skin Talk solves
In summary, "Skin Talk" addresses multiple problems in the realm of skincare and skin health, from early detection of skin issues to providing personalized skincare routines and facilitating easy access to professional dermatological consultations. It also educates users about maintaining proper skin health and ensures their privacy and confidentiality throughout the process.
Challenges we ran into
It was so hard to find the dataset to train the Ml model. And it was really time consuming to figure out how to get the image we took from the frontend and send it to the backend then perform machine learning processing on it and get the data back to the backend. so we figured out a way to run two servers at the same time one is the flask server and other is the node.js server. So a post request is sent from frontend to the node.js server and then the node.js server saves the image and passes the path of that image to the flask server running on python were ml processing happens and it sends the processed data back to the node.js server.
Technologies used
