A demo on style transfer using CycleGAN Image-to-Image translation.
This application is fully dockerized. To build and run:
./build.sh./run.sh- Navigate to
127.0.0.1:8888
Adjust the PORT variable in run.sh to choose which port to run it on.
By default, the application will be run as a daemon. This is how it should be
running in an server environment. For debugging, however, simply uncomment
the interactive and recomment the daemonized line in run.sh. This will
run the container in an interactive server for easier debugging.