• Stars
    star
    2,181
  • Rank 20,318 (Top 0.5 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Neural Artistic Style in Python

Neural Artistic Style in Python

Implementation of A Neural Algorithm of Artistic Style. A method to transfer the style of one image to the subject of another image.

Requirements

Examples

Execute

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

The two inputs are

Subject: Style:

The output becomes:

We can also choose a (younger version) of HM the Queen of Denmark as subject and paint her using different styles. Click the images to see the full size.

Subject

Styles

Outputs

Help

List command line options with

python neural_artistic_style.py --help