hindupuravinash/the-gan-zoo
A list of all named GANs!
Staying current with the rapid influx of new Generative Adversarial Network (GAN) research papers and their imaginative names is a significant challenge for AI researchers. This project provides a searchable and filterable list of named GANs, acting as a comprehensive directory. The primary users are researchers in artificial intelligence and machine learning who need to track the latest advancements in GAN architectures and their associated academic papers.
14,698 stars. No commits in the last 6 months.
Use this if you are an AI researcher or practitioner struggling to keep up with the ever-growing number of new GAN models and their publications.
Not ideal if you are looking for an implementation guide or code examples for specific GANs, as this project primarily serves as a descriptive catalog.
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
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch