An open API service indexing awesome lists of open source software.

https://github.com/amalshaji/style-transfer

style transfer web app [FastAPI + streamlit + Docker]
https://github.com/amalshaji/style-transfer

docker fastapi python3 streamlit style-transfer

Last synced: about 1 year ago
JSON representation

style transfer web app [FastAPI + streamlit + Docker]

Awesome Lists containing this project

README

          

### Style transfer web app

#### Tools used
- FastAPI: for the API
- streamlit : for the interface
- Docker: to containerize the app

#### Download the models
```bash
./download_models.sh
```

#### Run
```bash
docker-compose up -d
```