fast-style-transfer
Style transformer
An implementation of fast style transfer using TensorFlow and neural networks to apply artistic styles to images and videos.
TensorFlow CNN for fast style transfer ⚡🖥🎨🖼
11k stars
321 watching
3k forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
deep-learningneural-networksneural-stylestyle-transfer
Related projects:
Repository | Description | Stars |
---|---|---|
cysmith/neural-style-tf | An implementation of image style transfer using convolutional neural networks in TensorFlow. | 3,104 |
anishathalye/neural-style | This is an implementation of neural style transfer in TensorFlow using the Adam optimizer. | 5,541 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,152 |
jcjohnson/neural-style | An algorithm to combine the content of one image with the style of another, using convolutional neural networks. | 18,312 |
nvidia/fastphotostyle | Transfers the style of a reference image to another image based on its content | 11,156 |
nvlabs/stylegan2 | Improves upon the state-of-the-art architecture for generating high-quality images using a GAN-based approach | 10,991 |
titu1994/neural-style-transfer | A neural network implementation of artistic style transfer with color preservation and masking capabilities. | 2,276 |
tensorlayer/adaptive-style-transfer | Adaptive style transfer in deep learning using a single model to apply multiple styles | 115 |
tachibanayoshino/animegan | Generates anime-style images from real-world photos using a deep learning model. | 4,494 |
taki0112/ugatit | An unsupervised image-to-image translation model with adaptive normalization and attention mechanisms. | 6,165 |
ckmarkoh/neuralart_tensorflow | An implementation of a neural algorithm for artistic style transfer using TensorFlow and the VGG 19 model. | 496 |
fzliu/style-transfer | Transfers artistic styles between images using neural networks and matrix operations | 1,538 |
sjchoi86/tensorflow-101 | A comprehensive tutorial project on building and training neural networks with TensorFlow | 2,606 |
bengxy/fastneuralstyle | This project allows users to apply the style of one image to another using deep learning techniques. | 82 |
tensorpack/tensorpack | A high-performance neural network training interface for TensorFlow that focuses on speed and flexibility. | 6,303 |