Neural-Style-Transfer

Using CNN to achieve style transfer

Stars
13

Neural-Style-Transfer

I have used Keras with Tensorflow backend to do the Style Transfer. The entire code is in the jupyter notebook.

The style and the content images can be found in the examples folders along with the results(in a GIF format).

I have written a blog post explaining all the things that were done in the code.

Link:- https://yashk2810.github.io/Neural-Style-Transfer/

Related Projects