CedricCaruzzo/Neural-Style-Transfer
Implementation of Neural Style Transfer based on the original paper by Gatys et al., with adaptations from Deep Learning with Python by François Chollet. This notebook allows you to experiment with style transfer, content reconstruction, and style reconstruction to explore and gain a deeper understanding of how Neural Style Transfer (NST) works.
No commits in the last 6 months.
Stars
4
Forks
2
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 21, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/CedricCaruzzo/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)
ProGamerGov/neural-style-pt
PyTorch implementation of neural style transfer algorithm
cysmith/neural-style-tf
TensorFlow (Python API) implementation of Neural Style
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...