Skip to content

andersbll/neural_artistic_style

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

About

Neural Artistic Style in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages