Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andersbll/neural_artistic_style

Neural Artistic Style in Python
https://github.com/andersbll/neural_artistic_style

Last synced: 17 days ago
JSON representation

Neural Artistic Style in Python

Awesome Lists containing this project

README

        

## Neural Artistic Style in Python

Implementation of [A Neural Algorithm of Artistic Style](http://arxiv.org/abs/1508.06576). A method to transfer the style of one image to the subject of another image.

### Requirements
- [DeepPy](http://github.com/andersbll/deeppy), Deep learning in Python.
- [CUDArray](http://github.com/andersbll/cudarray) with [cuDNN](https://developer.nvidia.com/cudnn), CUDA-accelerated NumPy.
- [Pretrained VGG 19 model](http://www.vlfeat.org/matconvnet/pretrained), choose *imagenet-vgg-verydeep-19*.

### 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