All Projects → ogencoglu → ArtsyNetworks

ogencoglu / ArtsyNetworks

Licence: MIT license
Deep Learning + Arts

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ArtsyNetworks

Chainer Fast Neuralstyle Models
Models for the chainer fast neuralstyle
Stars: ✭ 132 (+450%)
Mutual labels:  style-transfer
Ai Art
PyTorch (and PyTorch Lightning) implementation of Neural Style Transfer, Pix2Pix, CycleGAN, and Deep Dream!
Stars: ✭ 153 (+537.5%)
Mutual labels:  style-transfer
Cyclegan Music Style Transfer
Symbolic Music Genre Transfer with CycleGAN
Stars: ✭ 201 (+737.5%)
Mutual labels:  style-transfer
Deep Image Analogy Pytorch
A python implementation of Deep-Image-Analogy based on pytorch.
Stars: ✭ 140 (+483.33%)
Mutual labels:  style-transfer
Neural Tools
Tools made for usage alongside artistic style transfer projects
Stars: ✭ 150 (+525%)
Mutual labels:  style-transfer
Cartoonify
Deploy and scale serverless machine learning app - in 4 steps.
Stars: ✭ 157 (+554.17%)
Mutual labels:  style-transfer
Neural Painters Pytorch
PyTorch library for "Neural Painters: A learned differentiable constraint for generating brushstroke paintings"
Stars: ✭ 118 (+391.67%)
Mutual labels:  style-transfer
Tensorflow Fast Style Transfer
A simple, concise tensorflow implementation of fast style transfer
Stars: ✭ 224 (+833.33%)
Mutual labels:  style-transfer
Msg Net
Multi-style Generative Network for Real-time Transfer
Stars: ✭ 152 (+533.33%)
Mutual labels:  style-transfer
Vincent Ai Artist
Style transfer using deep convolutional neural nets
Stars: ✭ 176 (+633.33%)
Mutual labels:  style-transfer
Tsit
[ECCV 2020 Spotlight] A Simple and Versatile Framework for Image-to-Image Translation
Stars: ✭ 141 (+487.5%)
Mutual labels:  style-transfer
Avatar Net
Avatar-Net: Multi-scale Zero-shot Style Transfer by Feature Decoration
Stars: ✭ 150 (+525%)
Mutual labels:  style-transfer
Dst
Deformable Style Transfer (ECCV 2020)
Stars: ✭ 167 (+595.83%)
Mutual labels:  style-transfer
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (+458.33%)
Mutual labels:  style-transfer
Style transfer
CNN image style transfer 🎨.
Stars: ✭ 210 (+775%)
Mutual labels:  style-transfer
Neural Style Audio Torch
Torch implementation for audio neural style.
Stars: ✭ 130 (+441.67%)
Mutual labels:  style-transfer
Zi2zi
Learning Chinese Character style with conditional GAN
Stars: ✭ 1,988 (+8183.33%)
Mutual labels:  style-transfer
MIDI-VAE
No description or website provided.
Stars: ✭ 56 (+133.33%)
Mutual labels:  style-transfer
Warpgan
(CVPR 2019 Oral) Style Transfer with Geometric Deformation
Stars: ✭ 215 (+795.83%)
Mutual labels:  style-transfer
Faststyle
Tensorflow implementation of fast neural style transfer.
Stars: ✭ 170 (+608.33%)
Mutual labels:  style-transfer

Deep Learning + Arts = ArtsyNetworks

The system uses neural representations to separate and recombine content and style of arbitrary images, providing a neural algorithm for the creation of artistic images. - Gatys et al.

This is my humble attempt to implement the algorithm described in http://arxiv.org/abs/1508.06576 by Gatys, Ecker and Bethge (first submitted on 26 August 2015). The code is inspired by Lasagne Recipe - styletransfer, yet has several modifications. The pretrained network is downloaded from https://s3.amazonaws.com/lasagne/recipes/pretrained/imagenet/vgg19_normalized.pkl .

Dependencies:

  • theano=0.7.0
  • lasagne=0.2.dev1
  • skimage=0.11.3
  • matplotlib=1.4.3

NVIDIA cuDNN is also required: https://developer.nvidia.com/cudnn . cuDNN v2 was used in this particular case.

Code is tested to work with Python 2.7 under Ubuntu 14.04 and Windows 8.1 v6.3.9600 (both 64 bit) with GeForce GT 755M.

How to Run?

From command line:

  python art_it_up.py base_image_path style_image_path

e.g.

  python art_it_up.py images/tietotalo.jpg images/the_starry_night.jpg

Examples

Base image (Tietotalo - TTY):

Style image (The Starry Night - Van Gogh):


Result:









Base image (Me):

Style image (The Scream - Munch):







Result:









Base image (Me):



Style image (La Liberté guidant le peuple - Delacroix):



Result:







## Contact [email protected]

License: MIT

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].