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]
- Host: GitHub
- URL: https://github.com/amalshaji/style-transfer
- Owner: amalshaji
- Created: 2020-08-30T08:18:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T17:57:32.000Z (over 2 years ago)
- Last Synced: 2025-03-16T02:04:43.865Z (over 1 year ago)
- Topics: docker, fastapi, python3, streamlit, style-transfer
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 123
- Watchers: 3
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```