adaptive-style-transfer
Style transformer
Adaptive style transfer in deep learning using a single model to apply multiple styles
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
115 stars
10 watching
29 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list
deep-learningdeepdreamstyle-transfertensorflowtensorlayer
Related projects:
Repository | Description | Stars |
---|---|---|
ckmarkoh/neuralart_tensorflow | An implementation of a neural algorithm for artistic style transfer using TensorFlow and the VGG 19 model. | 496 |
xunhuang1995/adain-style | This project implements a real-time style transfer algorithm using adaptive instance normalization to transfer arbitrary new styles into images. | 1,472 |
progamergov/neural-style-pt | An algorithm to combine the content of one image with the style of another image using convolutional neural networks | 840 |
fzliu/style-transfer | Transfers artistic styles between images using neural networks and matrix operations | 1,538 |
abhiskk/fast-neural-style | A deep learning algorithm for transferring the style of one image to another. | 428 |
zhanghang1989/pytorch-multi-style-transfer | A PyTorch implementation of neural style transfer and MSG-Net models for real-time image stylization | 979 |
tymokvo/pt-styletransfer | Software framework implementing neural style transfer with PyTorch support | 35 |
tensorflow/mesh | A library that enables distributed deep learning by partitioning tensors across processors in a mesh topology. | 1,592 |
msracver/deep-image-analogy | A C++ implementation of a deep learning technique for finding meaningful correspondences between images and transferring styles. | 1,369 |
bengxy/fastneuralstyle | This project allows users to apply the style of one image to another using deep learning techniques. | 82 |
tensorlayer/tensorlayerx | A unified deep learning framework supporting multiple hardware platforms and backends. | 539 |
eaplatanios/tensorflow_scala | A Scala API for TensorFlow's deep learning functionality | 939 |
jamriska/styleblit | An algorithm for transferring styles between images while preserving local details and content | 173 |
tensorflow/haskell | Haskell bindings for a popular machine learning framework, allowing developers to build and deploy neural networks in the Haskell programming language. | 1,582 |
burness/tensorflow-101 | An end-to-end deep learning project demonstrating various TensorFlow techniques and applications in image classification, GANs, text classification, and more. | 1,113 |