File size: 1,451 Bytes
7ac6a8d
51962b3
72b537d
 
 
 
51962b3
72b537d
 
 
c39f2eb
7ac6a8d
72b537d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51962b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: Ammarkids Photoshoots
emoji: ๐Ÿ‘•
colorFrom: purple
colorTo: gray
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
license: apache-2.0
disable_embedding: true
pinned: true
---
# Simple Virtual Try-On App using FASHN AI & Gradio

This repository implements a simple virtual try-on app that uses the Gradio framework and the FASHN API as its backend.

<p align="center">
    <img src="./assets/screenshot.png" alt="app screenshot">
</p>

### Sign Up to FASHN
This repository requires an API key from a FASHN account.
Don't have an account yet? [Create an account](https://app.fashn.ai/).

If you already have an account, go to Settings โ†’ API โ†’ `+ Create new API key`

### Setup

1. Clone this repository:
```bash
git clone https://github.com/fashn-AI/tryon-gradio-app
cd tryon-gradio-app
```

2. Install the required packages:
```bash
pip install -r requirements.txt
```


### Helpful Guides and Documentation

To get the most out of the FASHN API, we recommend to read the following guides to better understand all node features and parameters:
1. [FASHN Features Guide: Part I (Model & Garment Controls)](https://fashn.ai/blog/getting-the-best-virtual-try-on-results-part-i)
2. [FASHN Features Guide: Part II (Sampling Controls)](https://fashn.ai/blog/getting-the-best-virtual-try-on-results-part-ii)

You can also review the official [API Docs](https://docs.fashn.ai/) for a concise summary of each of the parameters function and usage.