A simple TensorFlow implementation of the paper A Neural Algorithm of Artistic Style by Gatys et al.
It works with both python 2 and 3. In order to run:
pip install -r requirements.txt
(orpip install -r requirements-cpu.txt
if you run on CPU).python main.py --content CONTENT_FILE --style STYLE_FILE [--output OUTPUT_FILE] [--gif GIF]
(to use default parameters).
To see all possible options, run python main.py -h
.