Skip to content

A FastAPI and StreamLit tutorial app that makes it easy to run a selection of Style Transfer models

Notifications You must be signed in to change notification settings

tablexi/style-transfer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Transfer

A FastAPI and StreamLit application that allows users to run a selection of Style Transfer models against a given image. This was created whilst following along to the TestDriven tutorial.

Running

docker compose up -d --build
# visit http://localhost:8501 in your browser

# when done
docker compose stop

About

A FastAPI and StreamLit tutorial app that makes it easy to run a selection of Style Transfer models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.0%
  • Dockerfile 16.2%
  • Shell 7.8%