A deep learning-based system to analyze facial skin images, detect skin types and conditions , and recommend personalized skincare products based on the prediction.
- Skin Type & Condition Classification using CNNs
- Skincare Product Recommendation based on predicted skin issues
- Trained on curated dataset of skin conditions and product metadata
-
Clone the repo
git clone https://github.com/rRagesh0/Skin-Care-Predictorcd Skin-Care-Predictor -
Install required packages
pip install -r requirements.txt -
Run the app
python app.py

