sssingh/mnist-digit-generation-gan
A Generative Adversarial Network (GAN) trained on the MNIST dataset, capable of creating fake but realistic looking MNIST digit images that appear to be drawn from the original dataset.
This project helps machine learning practitioners or researchers generate new, realistic handwritten digit images. It takes the characteristics of existing MNIST digit images and creates brand new examples that look authentic, even though they were never drawn by a human. The output is synthetic handwritten digit images, useful for expanding datasets.
No commits in the last 6 months.
Use this if you need to create additional, artificial examples of handwritten digits that closely resemble the standard MNIST dataset for training or testing purposes.
Not ideal if you need to generate images beyond simple handwritten digits, or if you require diverse image content like landscapes, faces, or specific objects.
Stars
13
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 30, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sssingh/mnist-digit-generation-gan"
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