An open API service indexing awesome lists of open source software.

https://github.com/souris-dev/neural-style-transfer

Neural style transfer implementation in keras using the method proposed by Johnson et al., and using the method by Gatys et al.
https://github.com/souris-dev/neural-style-transfer

deep-learning keras neural-network style-transfer

Last synced: 2 months ago
JSON representation

Neural style transfer implementation in keras using the method proposed by Johnson et al., and using the method by Gatys et al.

Awesome Lists containing this project

README

        

# Neural Style Transfer

Tensorflow and Keras implementation of the neural style transfer method proposed by Johnson et al. and the method proposed by Gatys et al.