neural-style-tf and Neural_Artistic_Style_Transfer
These are competitors, as both are Python-based implementations of neural style transfer, but one uses TensorFlow while the other uses Keras, and they likely offer similar core functionalities for the same task.
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 Neural_Artistic_Style_Transfer
giuseppebonaccorso/Neural_Artistic_Style_Transfer
Keras based Neural Style Transfer
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work