/neural_artistic_style

Neural Artistic Style in Python

Primary LanguagePythonMIT LicenseMIT

Neural Artistic Style in Python

Implementation of A Neural Algorithm of Artistic Style.

Requirements

Example

Execute

python neural_artistic_style.py --subject images/tuebingen.jpg --style images/starry_night.jpg

The two inputs are

Subject: Style:

The output is:

We can also choose a (younger version) of HM the Queen of Denmark as subject and paint her using different styles:

Subject: Styles:

Outputs:

Help

List command line options with

python neural_artistic_style.py --help