Transfer style from one image to content of another image using Deep Learning
Simply run the function style('content_image.jpg', 'style_image.jpg') from notebook where content_image.jpg is the image where you'll insert the style of style_image.jpg
You'll see your result image after every 400th try by network. You can change this value of show_every variable.