avnCode/DL-Neural-Style-Transfer
Neural Style Transfer is one of the latest and most fascinating Deep Learning based application, in which we transfer style of one image to the content of another image using deep learning based on VGG-19 architecture. The result is a new image that combines the content of one image with the style of another.
No commits in the last 6 months.
Stars
6
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/avnCode/DL-Neural-Style-Transfer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rgeirhos/Stylized-ImageNet
Code to create Stylized-ImageNet, a stylized version of standard ImageNet (ICLR 2019 Oral)
cysmith/neural-style-tf
TensorFlow (Python API) implementation of Neural Style
ProGamerGov/neural-style-pt
PyTorch implementation of neural style transfer algorithm
reiinakano/arbitrary-image-stylization-tfjs
Arbitrary style transfer using TensorFlow.js
gordicaleksa/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally...