All Projects → kevinzakka → Style Transfer

kevinzakka / Style Transfer

Licence: mit
A Keras Implementation of "A Neural Algorithm of Artistic Style"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Style Transfer

neural-style-pytorch
Neural Style implementation in PyTorch! 🎨
Stars: ✭ 50 (-56.52%)
Mutual labels:  style-transfer, neural-style
Neural Style Audio Tf
TensorFlow implementation for audio neural style.
Stars: ✭ 413 (+259.13%)
Mutual labels:  style-transfer, neural-style
Neural-Zoom-Legacy
Infinite Zoom For Style Transfer
Stars: ✭ 14 (-87.83%)
Mutual labels:  style-transfer, neural-style
Neural-Tile
A better tiling script for Neural-Style
Stars: ✭ 35 (-69.57%)
Mutual labels:  style-transfer, neural-style
Cyclegan Qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
Stars: ✭ 59 (-48.7%)
Mutual labels:  convolutional-neural-networks, style-transfer
MeuralPaint
TensorFlow implementation of CNN fast neural style transfer ⚡️ 🎨 🌌
Stars: ✭ 19 (-83.48%)
Mutual labels:  style-transfer, neural-style
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+2775.65%)
Mutual labels:  convolutional-neural-networks, style-transfer
Faststyle
Tensorflow implementation of fast neural style transfer.
Stars: ✭ 170 (+47.83%)
Mutual labels:  style-transfer, neural-style
Adain Style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
Stars: ✭ 1,049 (+812.17%)
Mutual labels:  style-transfer, neural-style
Tensorflow 101
TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow
Stars: ✭ 642 (+458.26%)
Mutual labels:  convolutional-neural-networks, style-transfer
Style transfer
CNN image style transfer 🎨.
Stars: ✭ 210 (+82.61%)
Mutual labels:  convolutional-neural-networks, style-transfer
Texture nets
Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.
Stars: ✭ 1,147 (+897.39%)
Mutual labels:  style-transfer, neural-style
Fast Neural Style Pytorch
Fast Neural Style Transfer implementation in PyTorch 🎨 🎨 🎨
Stars: ✭ 146 (+26.96%)
Mutual labels:  convolutional-neural-networks, style-transfer
Keras-Style-Transfer
An implementation of "A Neural Algorithm of Artistic Style" in Keras
Stars: ✭ 36 (-68.7%)
Mutual labels:  style-transfer, neural-style
Tensorflow Fast Style Transfer
A simple, concise tensorflow implementation of fast style transfer
Stars: ✭ 224 (+94.78%)
Mutual labels:  style-transfer, neural-style
Tensorflow Style Transfer
A simple, concise tensorflow implementation of style transfer (neural style)
Stars: ✭ 278 (+141.74%)
Mutual labels:  style-transfer, neural-style
Neural Style Audio Torch
Torch implementation for audio neural style.
Stars: ✭ 130 (+13.04%)
Mutual labels:  style-transfer, neural-style
Neural Tools
Tools made for usage alongside artistic style transfer projects
Stars: ✭ 150 (+30.43%)
Mutual labels:  style-transfer, neural-style
Neural Style Pt
PyTorch implementation of neural style transfer algorithm
Stars: ✭ 456 (+296.52%)
Mutual labels:  style-transfer, neural-style
Torch Models
Stars: ✭ 65 (-43.48%)
Mutual labels:  style-transfer, neural-style

Artistic Style Transfer in Keras

This is a Keras implementation of A Neural Algorithm of Artistic Style by Leon A. Gatys, Alexander S. Ecker and Matthias Bethge.


Neural Styler lets you create artistic images by combining a base picture with the style of another. For example, the images above show multiple iterations of the Chicago skyline combined with Edvard Munch's The Scream.

API

Styling an image is done through generate.py as follows:

python generate.py examples/bases/chicago.jpg examples/styles/umbrella_girl.jpg examples/results/my_result

For a more detailed documentation along with the default parameters click here.

Requirements

  • keras (and associated dependencies)
    • numpy, scipy
    • pyyaml
    • HDF5 and h5py
  • pillow
  • Python 2 and 3

Attribution

  • This implementation uses some code from Francois Chollet's Neural Style Transfer.
  • The hierarchy also borrows from Giuseppe's gist which you can view here.
  • Documentation has also borrowed from Logan Engstrom's Fast Style Transfer
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].