Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ckmarkoh/neuralart_tensorflow
- Owner: ckmarkoh
- License: mit
- Created: 2015-12-02T02:52:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T11:53:35.000Z (about 2 years ago)
- Last Synced: 2024-08-01T08:11:37.734Z (4 months ago)
- Language: Python
- Size: 982 KB
- Stars: 496
- Watchers: 22
- Forks: 150
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tensorflow - NeuralArt - Implementation of A Neural Algorithm of Artistic Style (Models/Projects)
- Awesome-TensorFlow-Chinese - NeuralArt - Implementation of A Neural Algorithm of Artistic Style (模型项目 / 微信群)
- awesome-tensorflow - NeuralArt - Implementation of A Neural Algorithm of Artistic Style (Models/Projects)
- fucking-awesome-tensorflow - NeuralArt - Implementation of A Neural Algorithm of Artistic Style (Models/Projects)
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
```