Create readme.md
Browse files
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.
|