Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 582 Bytes

File metadata and controls

27 lines (21 loc) · 582 Bytes

Project Koreo

A desktop app that recommends Korean fashion-inspired colors and outfit ideas based on an uploaded photo.

Features

  • 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

Requirements

  • Python 3.10+
  • Pillow

Setup

python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt

Run

python korean_outfit_recommender.py

Notes

  • If the app cannot read an image, try another file format or a different photo.