neural-style-tf and fast-style-transfer

These two tools are competitors within the neural style transfer ecosystem, both offering TensorFlow-based implementations for image style transfer, with B (lengstrom/fast-style-transfer) focusing on a faster, potentially real-time approach compared to A's (cysmith/neural-style-tf) general implementation.

neural-style-tf
51
Established
fast-style-transfer
43
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 10/25
Maturity 8/25
Community 25/25
Stars: 3,114
Forks: 819
Downloads:
Commits (30d): 0
Language: Python
License: GPL-3.0
Stars: 10,975
Forks: 2,574
Downloads:
Commits (30d): 0
Language: Python
License:
Stale 6m No Package No Dependents
No License Stale 6m No Package No Dependents

About neural-style-tf

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.

About fast-style-transfer

lengstrom/fast-style-transfer

TensorFlow CNN for fast style transfer ⚡🖥🎨🖼

Combines perceptual loss optimization with instance normalization to enable real-time stylization at 100ms per frame on GPU, surpassing earlier neural style transfer methods. Supports both single images and video frame sequences through a trainable feed-forward transformation network, eliminating the need for iterative optimization per input. Built on TensorFlow with pre-trained style models available, integrating VGG19 features for content preservation while capturing artistic style characteristics.

Scores updated daily from GitHub, PyPI, and npm data. How scores work