kaonashi-tyc/zi2zi
Learning Chinese Character style with conditional GAN
Extends pix2pix with category embeddings and dual losses (from AC-GAN and DTN) to enable multi-font style transfer across CJK characters. Implements label shuffling during training to prevent discriminator collapse and improve generalization on unseen characters with minimal examples. Built on TensorFlow, it preprocesses font files into pickled binaries and supports inference with style interpolation and animation generation across font pairs.
2,717 stars. No commits in the last 6 months.
Stars
2,717
Forks
483
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 09, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kaonashi-tyc/zi2zi"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
minivision-ai/photo2cartoon
人像卡通化探索项目 (photo-to-cartoon translation project)
mnicnc404/CartoonGan-tensorflow
Generate your own cartoon-style images with CartoonGAN (CVPR 2018), powered by TensorFlow 2.0 Alpha.
manicman1999/StyleGAN2-Tensorflow-2.0
StyleGAN 2 in Tensorflow 2.0
yunxiaoshi/Neural-IMage-Assessment
A PyTorch Implementation of Neural IMage Assessment
ajbrock/Neural-Photo-Editor
A simple interface for editing natural photos with generative neural networks.