neural-style-transfer
There are 475 repositories under neural-style-transfer topic.
amanchadha/coursera-deep-learning-specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
ProGamerGov/neural-style-pt
PyTorch implementation of neural style transfer algorithm
gordicaleksa/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.
Adi-iitd/AI-Art
PyTorch (and PyTorch Lightning) implementation of Neural Style Transfer, Pix2Pix, CycleGAN, and Deep Dream!
sunshineatnoon/PytorchWCT
This is the Pytorch implementation of Universal Style Transfer via Feature Transforms.
pystiche/pystiche
Framework for Neural Style Transfer (NST) built upon PyTorch
MingSun-Tse/Collaborative-Distillation
[CVPR'20] Collaborative Distillation for Ultra-Resolution Universal Style Transfer (PyTorch)
czczup/URST
[AAAI 2022] Towards Ultra-Resolution Neural Style Transfer via Thumbnail Instance Normalization
albertotrunk/UE5-Dream
UE5Dream - Local version
chenyingshu/advances_3d_neural_stylization
Awesome 3D Stylization - Advances in 3D Neural Stylization
maajor/NeuralNetworkPostProcessing
Unity Post Processing with Convolution Neural Network
gordicaleksa/pytorch-neural-style-transfer-johnson
Reconstruction of the fast neural style transfer (Johnson et al.). Some portions of the paper have been improved by the follow-up work like the instance normalization, etc. Checkout transformer_net.py's header for details.
byungsook/neural-flow-style
Neural Style Transfer for Fluids
Kibeom-Hong/Domain-Aware-Style-Transfer
Official Implementation of Domain-Aware Universal Style Transfer
pabaq/Coursera-Deep-Learning-Specialization
Programming assignments and lecture notes of the Deep Learning Specialization taught by Andrew Ng and offered by deeplearning.ai on Coursera.
pietrocarbo/deep-transfer
PyTorch implementation of "Universal Style Transfer via Feature Trasforms"
alishdipani/Neural-Style-Transfer-Audio
This is PyTorch Implementation of Neural Style Transfer Algorithm which is modified for Audios.
symoon94/Neural-Style-Transfer-pytorch
Neural Style Transfer (pytorch ver.)
gordicaleksa/pytorch-naive-video-neural-style-transfer
Create naive (no temporal loss) NST for videos with person segmentation. Just place your videos in data/, run and you get your stylized and segmented videos.
harsh19/Shakespearizing-Modern-English
Code for "Jhamtani H.*, Gangal V.*, Hovy E. and Nyberg E. Shakespearizing Modern Language Using Copy-Enriched Sequence to Sequence Models" Workshop on Stylistic Variation, EMNLP 2017
WellyZhang/MetaStyle
MetaStyle: Three-Way Trade-Off Among Speed, Flexibility, and Quality in Neural Style Transfer
DigitalProductschool/AI-Makerspace
AI Makerspace: Blueprints for developing AI applications with state-of-the-art technologies.
RahulBhalley/cyclegan-qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
KingJamesSong/FastDifferentiableMatSqrt
ICLR22 "Fast Differentiable Matrix Square Root" and T-PAMI extension
nazianafis/Neural-Style-Transfer
Transferring the style of one image to the contents of another image, using PyTorch and VGG19.
mahmoudnafifi/color-aware-style-transfer
Reference code for the paper CAMS: Color-Aware Multi-Style Transfer.
ColorfulSoft/StyleTransfer-Colorization-SuperResolution
Demonstration implementations of neural network image processing algorithms
ProGamerGov/Neural-Zoom
Infinite Zoom For Style Transfer
Azmarie/Caricature-Your-Face
🧑🏻🎤 Generate geometry-aware face caricatures using Style Transfer
hkust-vgd/architectural_style_transfer
Code and data release for ICCP 2022 paper "Time-of-Day Neural Style Transfer for Architectural Photographs".
zmyzheng/Neural-Networks-and-Deep-Learning
Deep learning projects including applications (face recognition, neural style transfer, autonomous driving, sign language reading, music generation, translation, speech recognition and NLP) and theories (CNNs, RNNs, LSTM, Adam, Dropout, BatchNorm, Xavier/He initialization, hyperparameter tuning, regularization, optimization, Residual Networks). Deep Learning Specialization by Andrew Ng, deeplearning.ai
Nick-Morgan/neural-style-transfer
Generating Art with Convolutional Neural Networks
pskrunner14/artsy
Art Generation with Neural Style Transfer in 200 lines of code
Cr33zz/Neuro_
C++ implementation of neural networks library with Keras-like API. Contains majority of commonly used layers, losses and optimizers. Supports sequential and multi-input-output (flow) models. Supports single CPU, Multi-CPU and GPU tensor operations (using cuDNN and cuBLAS).
devAmoghS/Keras-Style-Transfer
An implementation of "A Neural Algorithm of Artistic Style" in Keras