This is an implementation of the style transfer algorithm in Keras. The algorithm can be used to mix the content of an image with the style of another image.
- Python 3
- Keras
- Tensorflow (backend)
- Numpy & Scipy
- A GPU is not necessary, but can provide a significant speed up.
- Leon A. Gatys, "A Neural Algorithm of Artistic Style"
- Francois Chollet, "Neural Style Transfer with Keras"