Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1.36 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.36 KB

neural_style

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.

Neural Artistic Style Transfer

Drawing

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.

References