Spaces:
Sleeping
Sleeping
Add project README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,41 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
| 1 |
+
# ๐ StyleSavvy โ AI Fashion Consultant
|
| 2 |
+
|
| 3 |
+
[](https://huggingface.co/spaces/Munazz/StyleSavvy)
|
| 4 |
+
|
| 5 |
+
StyleSavvy is an AI-powered virtual stylist that uses computer vision and natural language generation to give personalized fashion advice.
|
| 6 |
+
|
| 7 |
+
## โจ Features
|
| 8 |
+
- Detects clothing from uploaded photos using YOLOS-Fashionpedia
|
| 9 |
+
- Removes background for better detection (optional)
|
| 10 |
+
- Provides tailored styling tips based on:
|
| 11 |
+
- Body type
|
| 12 |
+
- Face shape
|
| 13 |
+
- Gender
|
| 14 |
+
- Occasion
|
| 15 |
+
- Uses `google/flan-t5-large` to generate expert-level suggestions
|
| 16 |
+
|
| 17 |
+
## ๐ธ How to Use
|
| 18 |
+
1. Upload a clear photo of your outfit
|
| 19 |
+
2. Select your body type, face shape, and gender
|
| 20 |
+
3. Enter the event or occasion
|
| 21 |
+
4. Click **Generate Style Tips**
|
| 22 |
+
5. Enjoy your personalized fashion advice! ๐ช
|
| 23 |
+
|
| 24 |
+
## ๐ ๏ธ Tech Stack
|
| 25 |
+
- Gradio UI
|
| 26 |
+
- Hugging Face Transformers
|
| 27 |
+
- YOLOS object detection
|
| 28 |
+
- FLAN-T5 language model
|
| 29 |
+
- remove.bg API for optional background removal
|
| 30 |
+
|
| 31 |
+
## ๐ง Example Use Case
|
| 32 |
+
> โA curvy woman with a round face going to a summer weddingโ
|
| 33 |
+
> โ StyleSavvy suggests breathable floral fabrics, statement earrings, and pastel tones that match the event ambiance.
|
| 34 |
+
|
| 35 |
+
## ๐ API Key
|
| 36 |
+
Make sure to add a Hugging Face **Secret**:
|
| 37 |
+
- `REMOVE_BG_API_KEY`: your remove.bg key
|
| 38 |
+
|
| 39 |
---
|
| 40 |
|
| 41 |
+
๐ Try it live: [StyleSavvy on Hugging Face](https://huggingface.co/spaces/Munazz/StyleSavvy)
|