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.
docker compose up -d --build
# visit http://localhost:8501 in your browser
# when done
docker compose stop