Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andersbll/neural_artistic_style
- Owner: andersbll
- License: mit
- Created: 2015-09-01T16:31:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T10:30:58.000Z (about 8 years ago)
- Last Synced: 2024-07-31T22:51:10.107Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.08 MB
- Stars: 2,180
- Watchers: 138
- Forks: 485
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
Executepython 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 withpython neural_artistic_style.py --help