/Style-Transfer-Keras

Implementation of style transfer in Keras

Primary LanguagePythonMIT LicenseMIT

Style-Transfer-Keras

Inspired by other implementations of neural networks which can transfer style from one image to another

Mostly an attempt to recreate this implementation, but with resize-convolution instead of transpose convolution as suggested by this article.

Requirements

  • Numpy
  • Keras
  • Keras_contrib
  • Tensorflow (GPU support highly recommended)

Deployment

This requires a training set. I used Microsoft's COCO dataset resized to 256x256

Results

Coming soon

License

This project is licensed under the MIT License - see the LICENSE file for details