Handwritten Digit Generator
A web application that generates handwritten digit images using a trained GAN model.
Features
- Generate 5 unique images for any digit (0-9)
- Clean, responsive Gradio interface
- Trained on MNIST dataset using PyTorch
Usage
- Select a digit from the dropdown
- Click "Generate Images"
- View the 5 generated digit images
Built with PyTorch and Gradio.