Spaces:
Runtime error
Runtime error
| title: Ankara Try-On | |
| emoji: ๐ | |
| colorFrom: purple | |
| colorTo: pink | |
| sdk: gradio | |
| sdk_version: 4.0.0 | |
| app_file: app.py | |
| license: cc0-1.0 | |
| pinned: false | |
| # Clothing Virtual Try-On | |
| A HuggingFace Space that segments clothing from photos and applies fabric patterns using DeepLabV3+ ONNX model. | |
| ## Usage | |
| 1. Upload your photo | |
| 2. Upload a fabric image | |
| 3. Click "Apply Fabric" | |
| 4. Download the result | |
| ## Model | |
| Uses [Metal3d/deeplabv3p-resnet50-human](https://huggingface.co/Metal3d/deeplabv3p-resnet50-human) ONNX model. | |
| The model segments: | |
| - top-clothes (class 5) | |
| - bottom-clothes (class 9) | |
| ## License | |
| CC0-1.0 |