Neural Style algorthim, as introduced in "A Neural Algorithm of Artistic Style", implemented in tensorflow
Input/Content Image | Style Image | Mixed Image |
---|---|---|
pip install -r requirements.txt
python neural_style.py [input image path] [content image path] [style image path] [size of images] [epochs] [output filename]
python neural_style.py "white" [content image path] [style image path] [size of images] [epochs] [output filename]