MobvxtR commited on
Commit
8596310
·
verified ·
1 Parent(s): 11a04cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -2,4 +2,23 @@
2
  license: openrail
3
  language:
4
  - en
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: openrail
3
  language:
4
  - en
5
+
6
+ # Fashion Item Segmenter 🧥
7
+
8
+ This app segments clothing items from images using YOLOv8 and RemBG.
9
+
10
+ ## How to Use
11
+ 1. Upload an image of clothing.
12
+ 2. Click "Process Image".
13
+ 3. View segmented items in the gallery.
14
+
15
+ ## Example Images
16
+ - `sample1.jpg`
17
+ - `sample2.jpg`
18
+
19
+ ## Requirements
20
+ - Python 3.8+
21
+ - See `requirements.txt` for dependencies.
22
+
23
+ ## Deployment
24
+ Deployed on Hugging Face Spaces: [your-space-link](https://huggingface.co/spaces/your-username/your-repo)