The pytorch examples have a very nice explanation on how to do style transfer. That is: take a photo and ‘redraw’ it as if it were done by a certain artist. http://pytorch.org/tutorials/advanced/neural_style_tutorial.html
First the input image:
Then the style images:
And now Arwen, redone given the above styles:
Quiet amazing isn’t it ?