NOTE: Deployment of ML models has been evolved a lot. At the time this projects is created, there were no(or very little) guidelines for deploying a Pytorch model properly. The methods might be outdated. Use this project only conceptually.
This project is the implementation of the paper Image Style Transfer Using Convolutional Neural Networks
Please visit below to see deployed web app.
http://omerkirbiyik.com/neural-style
Good news! No need to download any dataset to train. We will backprop over generated image and will use pretrained CNN models.
- Make a nginx configuration to run Flask app or change static folder and use gunicorn or other serving options. This part can be tricky. See this link for further.