AI learns painting from a masterpiece.
This is an implementation of the "A Neural Algorithm of Artistic Style". This uses the selected filtered responses of a pre-trained model (VGG-19) to capture low level to high level features and transfer them to the content image.
You can have a quick look what this code can do from my IPython Notebook available here.
Demos:
You will need to install dependencies:
- TensorFlow v1
- Scipy
- Numpy
You will need to download the VGG-19 model.
Then you can either run Neural_Style_Transfer.py or run IPython Notebook Neural_style_transfer_art_images_Lei.ipynb
References: