/style-transfer-demo

A small barebones demo for PyTorch style transfer with a small Dash frontend

Primary LanguagePython

style-transfer-demo

To run the demo, run

python run_dash.py and go to localhost:8052

The backend is in style_transfer. In that directory, you can customize your image IO, your parameters and your input. Also the pretrained model file is residing in this directory. Credits for pretraining and backend NN code: https://github.com/zhanghang1989/PyTorch-Multi-Style-Transfer