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

https://github.com/muntahashams/style-transfer

In this notebook, we’ll recreate a style transfer method that is outlined in the paper, Image Style Transfer Using Convolutional Neural Networks, by Gatys in PyTorch.
https://github.com/muntahashams/style-transfer

cnn deep-learning machine-learning pytorch style-transfer style-transfer-algorithms style-transfer-cnn

Last synced: 3 months ago
JSON representation

In this notebook, we’ll recreate a style transfer method that is outlined in the paper, Image Style Transfer Using Convolutional Neural Networks, by Gatys in PyTorch.

Awesome Lists containing this project

README

        

# Style-Transfer-Deep-learning

As an example of the kind of things you'll be building with deep learning models, here is a really fun project, fast style transfer. Style transfer allows you to take famous paintings, and recreate your own images in their styles! The network learns the underlying techniques of those paintings and figures out how to apply them on its own. This model was trained on the styles of famous paintings and is able to transfer those styles to other images

In this notebook, we’ll recreate a style transfer method that is outlined in the paper, Image Style Transfer Using Convolutional Neural Networks, by Gatys in PyTorch.