Keeping tabs on the runaway GAN naming arms race
It exists because machine-learning researchers were minting new GAN acronyms faster than anyone could track.

What it does
The GAN Zoo is a manually curated index of named Generative Adversarial Network variants, each mapped to its paper title, arXiv link, and occasional code repository. It started as a hobby project to corral the flood of weekly GAN papers and their increasingly creative acronyms. The data lives in a flat gans.tsv file that the README renders as a searchable, filterable table by year.
The interesting bit
The real value is anthropological: watching the field try to outdo itself with names like BubGAN, Chekhov GAN, and BourGAN. The repo also includes a cumulative growth chart that visualizes just how fast the acronym factory was running.
Key highlights
- Aims to catalog every named GAN in the literature, from 3D-ED-GAN onward.
- Includes direct arXiv links and occasional GitHub repo links for each entry.
- Offers a tabular view (
gans.tsv) with year filtering and title search. - Accepts community contributions via pull requests to keep pace with new publications.
Caveats
- Coverage is manually maintained, so the list lags behind the weekly paper flood unless contributors submit PRs.
Verdict
Worth bookmarking if you’re writing a literature review or just want to marvel at the taxonomy. Skip it if you’re looking for a unified GAN framework to train—this is a reference desk, not a library.
Frequently asked
- What is hindupuravinash/the-gan-zoo?
- It exists because machine-learning researchers were minting new GAN acronyms faster than anyone could track.
- Is the-gan-zoo open source?
- Yes — hindupuravinash/the-gan-zoo is open source, released under the MIT license.
- What language is the-gan-zoo written in?
- hindupuravinash/the-gan-zoo is primarily written in Python.
- How popular is the-gan-zoo?
- hindupuravinash/the-gan-zoo has 14.7k stars on GitHub.
- Where can I find the-gan-zoo?
- hindupuravinash/the-gan-zoo is on GitHub at https://github.com/hindupuravinash/the-gan-zoo.