Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ckmarkoh/neuralart_tensorflow

Implementation of "A Neural Algorithm of Artistic Style" by Tensorflow
https://github.com/ckmarkoh/neuralart_tensorflow

Last synced: about 2 months ago
JSON representation

Implementation of "A Neural Algorithm of Artistic Style" by Tensorflow

Awesome Lists containing this project

README

        

## NeuralArt

Implementation of [A Neural Algorithm of Artistic Style](http://arxiv.org/abs/1508.06576) by Tensorflow.

### Requirements
- [Tensorflow](http://www.tensorflow.org/)
- [VGG 19 model](https://drive.google.com/file/d/0B8QJdgMvQDrVU2cyZjFKU1RrLUU/view?usp=sharing)

### Examples


Content:



Style:



Output:



### install

1. Download Python2

2. Download tensorflow

3. Download imagenet-vgg-verydeep-19.mat and put imagenet-vgg-verydeep-19.mat in the same dir with main.py

4. run

```sh
pip install keras
pip uninstall scipy
pip install scipy==1.2.1
pip install imageio==2.6.1
```