Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 385 Bytes

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