Skip to content

TensorFlow implementation of the paper "A Neural Algorithm of Artistic Style" by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.

Notifications You must be signed in to change notification settings

ftokarev/tf-neural-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style

Overview

This is a TensorFlow implementation of the paper A Neural Algorithm of Artistic Style by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.

Setup & Usage

git clone https://github.com/ftokarev/tf-neural-style
cd tf-neural-style
virtualenv venv --python /usr/bin/python3
source venv/bin/activate
pip install -r requirements.txt
cd model; ./get_model.sh; cd ..
./neural-style.py --content_image <path_to_content_img> --style_image <path_to_style_img>

Acknowledgements

About

TensorFlow implementation of the paper "A Neural Algorithm of Artistic Style" by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published