Make Neural Net, paint for you! Styler is a deep learning tool, in which style of one image is applied on style of another image!
It is based on transfer learning, and it is implementation of the research paper "Image Style Transfer by CNN"
I experimented it on Taj Mahal, and I'm attacing the styled version of it, that is output from the pretrained vgg19 after moulding it according to the paper.
This styled image is generated with help of a content and a style image.
1.) Clone the repository by using this link :
$ git clone https://github.com/aditya98ak/Styler.git
2.) For better peformance upload the noeboook on googlecolab and start experimenting, for example Change the style image, change the weights etc. It's fun!
Built with ♥ by Aditya Kaushik(@aditya98ak) Thanks to udacity! For introducing me to Style Transfer.