jquenum commited on
Commit
213990b
·
verified ·
1 Parent(s): 7c2a38e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -14
README.md CHANGED
@@ -1,14 +1,32 @@
1
- ---
2
- title: Ankara Tryon
3
- emoji: 👁
4
- colorFrom: blue
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 6.13.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Ankara Fabrics
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Clothing Virtual Try-On Space
2
+
3
+ A HuggingFace Space that segments clothing from photos and applies fabric patterns using DeepLabV3+ ONNX model.
4
+
5
+ ## Features
6
+
7
+ - Segments clothing (top and bottom) from user photos
8
+ - Applies fabric pattern to the segmented clothing area
9
+ - Uses ONNX model for fast inference
10
+
11
+ ## Usage
12
+
13
+ 1. Upload your photo
14
+ 2. Upload a fabric image
15
+ 3. Click "Apply Fabric"
16
+ 4. Download the result
17
+
18
+ ## Model
19
+
20
+ Uses [Metal3d/deeplabv3p-resnet50-human](https://huggingface.co/Metal3d/deeplabv3p-resnet50-human) ONNX model for human body segmentation.
21
+
22
+ The model segments:
23
+ - top-clothes (class 5)
24
+ - bottom-clothes (class 9)
25
+
26
+ ## License
27
+
28
+ CC0-1.0
29
+
30
+ ## Hosting
31
+
32
+ This Space is designed to be hosted on HuggingFace for free. It uses CPU inference which is free on HF Spaces.