Neural Style Transfer

Have you ever wondered how a famous painter might have drawn a picture of you?
A technique was developed, called 'Neural Style Transfer', which attempts to transfer the style of an image (the style image) onto another image of your choice (the content image).
There is a description of the method, and some code examples online that make use of Google's TensorFlow library.

I had a go at it, and applied the style of some famous paintings on a photo of myself.
Here are the results:
Try it Yourself!

I have made the code from this accessible to anyone - so you can try it out yourself.
This page will allow you to use Neural Style Transfer on pictures you submit.
Note: The processing may take a minute

Optional