hindupuravinash/the-gan-zoo
A list of all named GANs!
Organizes hundreds of GAN variants with direct links to papers and implementations, tracked across time to visualize research trends. Maintains a searchable TSV database filterable by publication year and paper title, enabling researchers to quickly locate specific architectures and their source code. Community-driven curation through pull requests captures the rapid proliferation of GAN variants as they emerge in academic literature.
14,698 stars. No commits in the last 6 months.
Stars
14,698
Forks
2,555
Language
Python
License
MIT
Category
Last pushed
Oct 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hindupuravinash/the-gan-zoo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
eriklindernoren/Keras-GAN
Keras implementations of Generative Adversarial Networks.