Artistic Style Transfer in Keras

This is a Keras implementation of A Neural Algorithm of Artistic Style by Leon A. Gatys, Alexander S. Ecker and Matthias Bethge.


Neural Styler lets you create artistic images by combining a base picture with the style of another. For example, the images above show multiple iterations of the Chicago skyline combined with Edvard Munch's The Scream.

API

Styling an image is done through generate.py as follows:

python generate.py examples/bases/chicago.jpg examples/styles/umbrella_girl.jpg examples/results/my_result

For a more detailed documentation along with the default parameters click here.

Requirements

Attribution