yashbyname commited on
Commit
bc9ceae
·
verified ·
1 Parent(s): 6f0f537

Create readme.md

Browse files
Files changed (1) hide show
  1. readme.md +15 -0
readme.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Handwritten Digit Generator
2
+
3
+ A web application that generates handwritten digit images using a trained GAN model.
4
+
5
+ ## Features
6
+ - Generate 5 unique images for any digit (0-9)
7
+ - Clean, responsive Gradio interface
8
+ - Trained on MNIST dataset using PyTorch
9
+
10
+ ## Usage
11
+ 1. Select a digit from the dropdown
12
+ 2. Click "Generate Images"
13
+ 3. View the 5 generated digit images
14
+
15
+ Built with PyTorch and Gradio.