Generate artistic images using Neural Style Transfer Algorithm
Try deployed webapp - Heroku (Depcrecated) | Render (Latest)
- It is a Flask-based Web Application
- To make this practical, I've uploaded pre-trained models of some common styles (Because training the model everytime one wants to use this app requires much more resouces)
- You need to upload a content image and a style image of your choice.
- Submit & wait for few seconds. The output image will appear o the screen 🎉
- Enjoy generating several cool images 🎊
- This project is the implementation of the paper Image Style Transfer Using Convolutional Neural Networks
- Pre-trained models can be found here & can be placed in static/models folder
- A step-by-step guide is given in this article