Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.41 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.41 KB

Neural-Style-Transfer

Implementation of Neural style Transfer paper- "A Neural Algorithm of Artistic Style". All implementation is done using tensorflow and keras in python

Example of progresssion through the epochs :

Example-1

Dog Image Seated Nude


Results after 500 epochs using the implemented work
style transfer-1
Progression Video:
style transfer-1

Example-2

Car Image Starry Night


Results after 300 epochs using the implemented work
style transfer-1

The implementaiton can be improved using some latest architectures too.