llSourcell / Research_to_Code

This is the code for "Research to Code" By Siraj Raval on Youtube
57 stars 13 forks source link

Research_to_Code

This is the code for "Research to Code" By Siraj Raval on Youtube

Overview

This is the neural style transfer code from this video on Youtube by Siraj Raval on how to implement research papers into code.

Dependencies

Install Keras from commandline using

'sudo pip install keras'

Usage

run via 'python style_transfer.py'

Credits

The credits for this code goes to the Keras team. I've merely made a wrapper to get people started.