Skip to content

Gayathri-mp/CLOTHING-RECOMMENDER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Clothing Recommender

Simple Flask app that recommends outfits based on current weather and your saved wardrobe.

Features

  • Weather-based outfit recommendations (OpenWeatherMap)
  • View, add, edit, and delete wardrobe items
  • Clean, responsive UI

Setup

  1. Create and activate a virtual environment (optional but recommended).
  2. Install dependencies:
pip install -r requirements.txt
  1. Get an OpenWeatherMap API key and set it as an environment variable:
    • Windows PowerShell:
$env:OPENWEATHERMAP_API_KEY="YOUR_KEY"
  • macOS/Linux:
export OPENWEATHERMAP_API_KEY="YOUR_KEY"
  1. Run the app:
python app.py
  1. Open http://127.0.0.1:5000 in your browser.

Notes

  • Wardrobe data is stored in wardrobe.json.
  • If the API key is missing, the backend returns a clear error.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors