yashbyname's picture
Create readme.md
bc9ceae verified
|
raw
history blame
395 Bytes

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

  1. Select a digit from the dropdown
  2. Click "Generate Images"
  3. View the 5 generated digit images

Built with PyTorch and Gradio.