reiinakano/gan-playground ? reverse-engineered prompt
Reverse engineered prompt
Build me a browser based GAN playground where I can experiment with generative adversarial networks without any setup beyond opening the site.
I want to be able to choose between a few sample datasets like MNIST, Fashion MNIST, and CIFAR 10, then tweak the model settings and build the generator and discriminator one layer at a time. It should show the training process in real time so I can watch the generator improve, or fail in interesting ways like mode collapse. The main goal is to make GANs easy to understand for beginners, so the UI should feel simple and interactive, with clear controls and visual feedback.
Please make it work locally in the browser and keep it easy to run and develop. If you need to check current docs for any browser machine learning tools, feel free to look them up online.
Are you gonna build this?
make sure you review the code using coderabbit