An AI-powered wardrobe manager built with Python and Streamlit.
- Upload clothing photos
- Automatic clothing classification using OpenAI Vision
- Dominant color detection
- Closet grouped by color
- Outfit recommendations
- Shopping suggestions
- Persistent local storage
git clone <repo>
Create a .env file.
OPENAI_API_KEY=your_key_here
Run:
streamlit run app.pyWardrobeIQ/
│
├── app.py
├── classifier.py
├── image_processing.py
├── outfit_engine.py
├── database.py
├── constants.py
├── requirements.txt
├── .env
└── data/wardrobe.json
- Python
- Streamlit
- OpenAI API
- Pillow
- NumPy