Skip to content

Repository files navigation

WardrobeIQ

An AI-powered wardrobe manager built with Python and Streamlit.

Features

  • Upload clothing photos
  • Automatic clothing classification using OpenAI Vision
  • Dominant color detection
  • Closet grouped by color
  • Outfit recommendations
  • Shopping suggestions
  • Persistent local storage

Installation

git clone <repo>

Create a .env file.

OPENAI_API_KEY=your_key_here

Run:

streamlit run app.py

Project Structure

WardrobeIQ/
│
├── app.py
├── classifier.py
├── image_processing.py
├── outfit_engine.py
├── database.py
├── constants.py
├── requirements.txt
├── .env
└── data/wardrobe.json

Technologies

  • Python
  • Streamlit
  • OpenAI API
  • Pillow
  • NumPy

About

WardrobeIQ is an AI-powered digital wardrobe that automatically classifies clothing by category, color, and style tags. Organize your closet, browse your collection, and receive personalized outfit recommendations based on the clothes you already own.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages