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

Neural Artistic Style Transfer Web Application with PyTorch and Flask - Implementation of the paper "Image Style Transfer Using Convolutional Neural Networks"

License

Notifications You must be signed in to change notification settings

kirbiyik/neural-style

Repository files navigation

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

About

Neural Artistic Style Transfer Web Application with PyTorch and Flask - Implementation of the paper "Image Style Transfer Using Convolutional Neural Networks"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published