TensorFlow 2.0 implementation of A Neural Algorithm of Artistic Style [1]. New/existing TensorFlow features found in this repository include eager execution, AutoGraph, and Keras high-level API.
Install requirements
$ pip install -r requirements.txt
Generate image
$ python main.py -content_path 'content_example.jpg' -style_path 'style_example.jpg'