All Projects → jayelm → Neural Art

jayelm / Neural Art

Licence: mit
Recreate photos in the style of famous artists with neural networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Neural Art

cs20si
My solutions to Stanford's CS20si: Tensorflow for Deep Learning Research.
Stars: ✭ 15 (-81.48%)
Mutual labels:  neural-style
Torch2coreml
Torch7 -> CoreML
Stars: ✭ 363 (+348.15%)
Mutual labels:  neural-style
Torch Models
Stars: ✭ 65 (-19.75%)
Mutual labels:  neural-style
Neural-Zoom
Infinite Zoom For Style Transfer
Stars: ✭ 34 (-58.02%)
Mutual labels:  neural-style
Tensorflow Style Transfer
A simple, concise tensorflow implementation of style transfer (neural style)
Stars: ✭ 278 (+243.21%)
Mutual labels:  neural-style
Neural Style Audio Tf
TensorFlow implementation for audio neural style.
Stars: ✭ 413 (+409.88%)
Mutual labels:  neural-style
MeuralPaint
TensorFlow implementation of CNN fast neural style transfer ⚡️ 🎨 🌌
Stars: ✭ 19 (-76.54%)
Mutual labels:  neural-style
Pytorch Book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
Stars: ✭ 9,546 (+11685.19%)
Mutual labels:  neural-style
Fast Neural Doodle
Faster neural doodle
Stars: ✭ 339 (+318.52%)
Mutual labels:  neural-style
Adain Style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
Stars: ✭ 1,049 (+1195.06%)
Mutual labels:  neural-style
cyclegan keras
cyclegan reimplimented in keras
Stars: ✭ 18 (-77.78%)
Mutual labels:  neural-style
Neural-Zoom-Legacy
Infinite Zoom For Style Transfer
Stars: ✭ 14 (-82.72%)
Mutual labels:  neural-style
Neural Style Pt
PyTorch implementation of neural style transfer algorithm
Stars: ✭ 456 (+462.96%)
Mutual labels:  neural-style
Neural-Style-MMD
MXNet Code For Demystifying Neural Style Transfer (IJCAI 2017)
Stars: ✭ 82 (+1.23%)
Mutual labels:  neural-style
Texture nets
Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.
Stars: ✭ 1,147 (+1316.05%)
Mutual labels:  neural-style
Keras-Style-Transfer
An implementation of "A Neural Algorithm of Artistic Style" in Keras
Stars: ✭ 36 (-55.56%)
Mutual labels:  neural-style
Fast Neural Style
pytorch implementation of fast-neural-style
Stars: ✭ 365 (+350.62%)
Mutual labels:  neural-style
Fastneuralstyle
Fast Neural Style for Image Style Transform by Pytorch
Stars: ✭ 76 (-6.17%)
Mutual labels:  neural-style
Squeezenet Neural Style Pytorch
Lightweight implementation of neural style in Pytorch with SqueezeNet
Stars: ✭ 74 (-8.64%)
Mutual labels:  neural-style
Neural Style
本代码加入了神经风格迁移中文注释,更易理解,同时新加入begin.py可直接运行调试。
Stars: ✭ 42 (-48.15%)
Mutual labels:  neural-style

Not another neural style implementation!

Recreate photos in in the style of famous artists with machine learning. CSCI3341 Artificial Intelligence Final Project.

Usage

Make sure to download models with the util/download_models.sh script first. Thanks @jcjohnson!

python art.py --help

Examples

Create a (low quality) version of the image below. The first positional argument is the content image and the image(s) after are the style images. The further options instruct the algorithm to run for 200 iterations and output an image with a 256px maximum width, which should be doable relatively quickly on a personal computer.

python art.py examples/gasson.jpg examples/starry.jpg -n 200 -w 256

Further options include using the entire oeuvre of an artist as a stylistic target (which never works well), scaling the stylistic features by a factor, specifying whether to initialize the candidate image from random noise or the content image, and more. See the script's help for details.

The best Gassongram ever:

gasson starry gasson_final

Where do I get all this art?

util/wikiart-scraper.py contains a neat script which will automatically scrape every painting for a given artist from wikiart. Simply specify the URL component of the artist's name (e.g. pablo-picasso) in the ARTISTS array in the script.

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