##Tensorflow implementation of "A Neural Algorithm of Artistic Style"
Implementation of [A Neural Algorithm of Artistic Style] (https://arxiv.org/abs/1508.06576)
Required packages:
-tensorflow
-scipy
-numpy
Other requriements:
[VGG-19 model] ( http://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat )
Example:
References:
https://github.com/ckmarkoh/neuralart_tensorflow
[A Neural Algorithm of Artistic Style] (https://arxiv.org/abs/1508.06576)