This is the code for "Research to Code" By Siraj Raval on Youtube
This is the neural style transfer code from this video on Youtube by Siraj Raval on how to implement research papers into code.
Install Keras from commandline using
'sudo pip install keras'
run via 'python style_transfer.py'
The credits for this code goes to the Keras team. I've merely made a wrapper to get people started.