Skin Tone Detection is a web application developed using Python, Flask, HTML, CSS, and CNN. It predicts skin tone from an uploaded image using a trained deep learning model.
- Upload an image
- Detect skin tone
- CNN-based prediction
- Simple and user-friendly interface
- Python
- Flask
- HTML
- CSS
- CNN
- TensorFlow / Keras
- app.py
- templates/
- static/
- dataset/
- skin_tone_model.h5
- requirements.txt
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt - Run:
python app.py - Open:
http://127.0.0.1:5000
Deepika Pervala