https://github.com/yashk2810/neural-style-transfer
Using CNN to achieve style transfer
https://github.com/yashk2810/neural-style-transfer
deep-learning keras style-transfer tensorflow
Last synced: 3 months ago
JSON representation
Using CNN to achieve style transfer
- Host: GitHub
- URL: https://github.com/yashk2810/neural-style-transfer
- Owner: yashk2810
- Created: 2017-05-03T16:44:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T14:36:15.000Z (over 8 years ago)
- Last Synced: 2025-05-07T01:50:52.545Z (5 months ago)
- Topics: deep-learning, keras, style-transfer, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 19.1 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.