All Projects → anujdutt9 → Artistic-Style-Transfer-using-Keras-Tensorflow

anujdutt9 / Artistic-Style-Transfer-using-Keras-Tensorflow

Licence: other
Art to Image Style Transfer using Keras and Tensorflow.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Artistic-Style-Transfer-using-Keras-Tensorflow

Style Transfer.js
👨‍🎨️ Generate novel artistic images in Node.js
Stars: ✭ 78 (+254.55%)
Mutual labels:  art, style-transfer
dl-relu
Deep Learning using Rectified Linear Units (ReLU)
Stars: ✭ 20 (-9.09%)
Mutual labels:  vgg16, keras-neural-networks
StyleGAN demo
The re-implementation of style-based generator idea
Stars: ✭ 22 (+0%)
Mutual labels:  style-transfer
deep-dream-pytorch
Pytorch implementation of DeepDream on VGG16 Network
Stars: ✭ 46 (+109.09%)
Mutual labels:  vgg16
Skin Lesions Classification DCNNs
Transfer Learning with DCNNs (DenseNet, Inception V3, Inception-ResNet V2, VGG16) for skin lesions classification
Stars: ✭ 47 (+113.64%)
Mutual labels:  vgg16
art-turing-ellipse
A six-panel artistic rendition of Alan Turing
Stars: ✭ 17 (-22.73%)
Mutual labels:  art
StyleTransfer-PyTorch
Implementation of image style transfer in PyTorch
Stars: ✭ 18 (-18.18%)
Mutual labels:  style-transfer
StyleCLIPDraw
Styled text-to-drawing synthesis method. Featured at IJCAI 2022 and the 2021 NeurIPS Workshop on Machine Learning for Creativity and Design
Stars: ✭ 247 (+1022.73%)
Mutual labels:  style-transfer
CreativeProgramming1
An introductory course exploring code as a tool for creative making
Stars: ✭ 51 (+131.82%)
Mutual labels:  art
Artificial-Neural-Networks-Visualizer
Visualizing Artificial Neural Networks (ANNs) with just One Line of Code
Stars: ✭ 21 (-4.55%)
Mutual labels:  keras-neural-networks
MachineRay
This is a project that uses AI to create abstract art. It is released under the CC BY-NC-SA license. See License.txt for details.
Stars: ✭ 89 (+304.55%)
Mutual labels:  art
RealTime-DigitRecognition
RealTime DigitRecognition using Convolutional Neural Network(CNN) with keras.
Stars: ✭ 108 (+390.91%)
Mutual labels:  keras-neural-networks
vgg-caffe
The VGG16 and VGG19 networks in caffe with jupyter notebook
Stars: ✭ 45 (+104.55%)
Mutual labels:  vgg16
ImgFastNeuralStyleTransfer TensorFlow
快速风格迁移学习实践
Stars: ✭ 22 (+0%)
Mutual labels:  style-transfer
vgg16 batchnorm
VGG16 architecture with BatchNorm
Stars: ✭ 14 (-36.36%)
Mutual labels:  vgg16
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+245.45%)
Mutual labels:  style-transfer
style swap tensorflow
tensorflow code for Fast Patch-based Style Transfer of Arbitrary Style
Stars: ✭ 42 (+90.91%)
Mutual labels:  style-transfer
GTAV-Self-driving-car
Self driving car in GTAV with Deep Learning
Stars: ✭ 15 (-31.82%)
Mutual labels:  keras-neural-networks
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+200%)
Mutual labels:  keras-neural-networks
MI-MVI 2016
Semestral project for the subject Methods of computational inteligence @ fit.cvut.cz
Stars: ✭ 24 (+9.09%)
Mutual labels:  keras-neural-networks

Artistic Style Transfer

This repository contains the code for Style Transfer from an Art to an Input Image using Keras and Tensorflow.

All code is written in Python 3 using PyCharm IDE.

Requirements

  1. Tensorflow
  2. Keras
  3. Numpy
  4. Scipy

Results

  • Content Image + Style Image = Style Transferred Image

Update: Code tested on Windows 64-bit, Ubuntu 16.04 and Google Cloud Server Instance (Ubuntu 16.04, 7.50GB RAM)

Resources

S.No. Papers / Authors Paper Links
1. "A Neural Algorithm of Artistic Style" by Leon A. Gatys https://arxiv.org/pdf/1508.06576.pdf
2. "Very Deep Convolutional Neural Networks For Large Scale Image Recognition" by Karen Simonyan & Andrew Zisserman https://arxiv.org/pdf/1409.1556.pdf
3. "Perceptual Losses for Real-Time Style Transfer and Super-Resolution" by Justin Johnson https://arxiv.org/pdf/1603.08155.pdf
4. "Incorporating Long-Range Consistency in CNN-Based Texture Generation" by Guillaume Berger & Roland Memisevic https://arxiv.org/pdf/1606.01286.pdf
5. Convolutional neural networks for artistic style transfer by Harish Narayanan https://harishnarayanan.org/writing/artistic-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].