cysmith/neural-style-tf
TensorFlow (Python API) implementation of Neural Style
Implements multiple advanced techniques including video style transfer, semantic segmentation-guided synthesis, multi-style blending with interpolation control, and color-preserving transfer across YUV/LAB color spaces. Uses CNN-based feature separation to optimize content and style losses jointly, enabling fine-grained control over the content-style tradeoff and support for compositing multiple artistic styles with weighted contributions.
3,114 stars. No commits in the last 6 months.
Stars
3,114
Forks
819
Language
Python
License
GPL-3.0
Category
Last pushed
Dec 24, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/cysmith/neural-style-tf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
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
gordicaleksa/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally...
reiinakano/arbitrary-image-stylization-tfjs
Arbitrary style transfer using TensorFlow.js
gsurma/style_transfer
CNN image style transfer 🎨.