655 stars for a list of lists: the GAN bibliography that ate the internet
A Korean researcher's attempt to merge every GAN paper list on GitHub into one searchable, filterable, slightly overwhelming reference.

What it does
This is a curated bibliography of Generative Adversarial Network papers since 2014, merged from roughly a dozen existing lists (the “GAN zoo,” “Really Awesome GAN,” medical imaging GANs, etc.). It offers three access modes: a simple web view, a flat README, and a search page. There’s also a TSV file for spreadsheet filtering by year or title search.
The interesting bit
The project treats GAN proliferation as a data management problem. The author generated word clouds of paper titles, categories, and abbreviation names — revealing the field’s acronym bloat in visual form. (Yes, someone made a word cloud of GAN acronyms. It is exactly what you’d expect.)
Key highlights
- Aggregates 10+ existing GAN bibliographies, including domain-specific ones (medical imaging, Keras/TensorFlow/PyTorch collections)
- Three access formats: static site, monolithic README, and dedicated search page
- Tabular data (TSV) with year and title filtering for spreadsheet warriors
- Contact email at a government research institute (ETRI) suggests institutional backing for maintenance
Caveats
- The “Python” language tag is misleading; this is a documentation project with no actual code
- README contains broken English (“You can have to add links”) and a dead “Tensor layer” reference
- No clear criteria for inclusion beyond “merged from various lists” — curation philosophy is unstated
Verdict
Useful if you’re surveying GAN literature and don’t want to bookmark twelve separate repos. Skip it if you need critical commentary, code implementations, or any ranking beyond chronological listing. Researchers in medical imaging may appreciate the merged medical-GAN section.