A desktop app that recommends Korean fashion-inspired colors and outfit ideas based on an uploaded photo.
- Upload an image and get a suggested skin-tone category
- See a curated color palette for the detected tone
- View outfit suggestions and a short style vibe
- Python 3.10+
- Pillow
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txtpython korean_outfit_recommender.py- If the app cannot read an image, try another file format or a different photo.