Munazz commited on
Commit
e65d3d2
ยท
1 Parent(s): e41bdfd

Add project README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -39
README.md CHANGED
@@ -1,41 +1,14 @@
1
- # ๐Ÿ‘— StyleSavvy โ€” AI Fashion Consultant
2
-
3
- [![Hugging Face Spaces](https://img.shields.io/badge/Spaces-Live-blue?logo=huggingface)](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)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: StyleSavvy
3
+ emoji: ๐Ÿ†
4
+ colorFrom: gray
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 5.29.0
8
+ app_file: app.py
9
+ pinned: false
10
+ short_description: Style Savvy - AI Style Fashion Consultant
11
+ ---
12
+
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14