style-transfer
Style transfer algorithm
Transfers artistic styles between images using neural networks and matrix operations
An implementation of "A Neural Algorithm of Artistic Style" by L. Gatys, A. Ecker, and M. Bethge. http://arxiv.org/abs/1508.06576.
2k stars
104 watching
387 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
progamergov/neural-style-pt | An algorithm to combine the content of one image with the style of another image using convolutional neural networks | 841 |
ckmarkoh/neuralart_tensorflow | An implementation of a neural algorithm for artistic style transfer using TensorFlow and the VGG 19 model. | 497 |
abhiskk/fast-neural-style | A deep learning algorithm for transferring the style of one image to another. | 428 |
jamriska/styleblit | An algorithm for transferring styles between images while preserving local details and content | 173 |
xunhuang1995/adain-style | This project implements a real-time style transfer algorithm using adaptive instance normalization to transfer arbitrary new styles into images. | 1,477 |
bengxy/fastneuralstyle | This project allows users to apply the style of one image to another using deep learning techniques. | 82 |
tensorlayer/adaptive-style-transfer | Adaptive style transfer in deep learning using a single model to apply multiple styles | 115 |
zhanghang1989/pytorch-multi-style-transfer | A PyTorch implementation of neural style transfer and MSG-Net models for real-time image stylization | 981 |
cysmith/neural-style-tf | An implementation of image style transfer using convolutional neural networks in TensorFlow. | 3,105 |
colorfulsoft/styletransfer-colorization-superresolution | A collection of C# implementations of neural network image processing algorithms | 43 |
ileafsolutions/styleart | Converts images to various art styles using pre-trained machine learning models. | 227 |
alexis-jacq/pytorch-tutorials | An introduction to PyTorch through the Neural-Style algorithm for image transformation | 136 |
msracver/deep-image-analogy | A C++ implementation of a deep learning technique for finding meaningful correspondences between images and transferring styles. | 1,369 |
tymokvo/pt-styletransfer | Software framework implementing neural style transfer with PyTorch support | 35 |
nihui/ncnn-android-styletransfer | An Android project demonstrating style transfer using the NCNN neural network library | 90 |