reiinakano/gan-playground
GAN Playground - Experiment with Generative Adversarial Nets in your browser. An introduction to GANs.
This tool helps you experiment with Generative Adversarial Networks (GANs) directly in your web browser. You can input standard image datasets like MNIST or CIFAR-10, configure the generator and discriminator networks layer-by-layer, and observe in real-time as the system attempts to create new, realistic images. It's designed for anyone new to machine learning who wants a hands-on introduction to how GANs work without complex setup.
349 stars. No commits in the last 6 months.
Use this if you are a student or beginner in AI and want to understand the basic principles and challenges of training Generative Adversarial Networks interactively.
Not ideal if you are looking to train high-quality GANs for production applications or if you need advanced features for deep learning research.
Stars
349
Forks
49
Language
TypeScript
License
MIT
Category
Last pushed
Nov 05, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/reiinakano/gan-playground"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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