Name Last Update
res Loading commit data...
README.md Loading commit data...
detect_face.py Loading commit data...
dominant_colors.py Loading commit data...
main.py Loading commit data...
shape_predictor_68_face_landmarks.dat Loading commit data...
tone_analysis.py Loading commit data...

Show me the color

Personal color diagnosis

1. Face detection

detect_face.py with shape_predictor_68_face_landmarks.dat has DetectFace class, and it provides face detection function, the exact face parts, and the coordinates of them.

2. Extract the Dominant Color

dominant_colors.py has DominantColors class, and it provides the dominant colors by k-means algorithm, with RGB values.

3. Personal Color Diagnosis

4. Virtual Makeup Simulator

5. Web