Skip to content

Commit 22cd050

Browse files
authored
Update README.md
1 parent a6bbbb1 commit 22cd050

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# Handwritten-Digit-Dataset
2-
A collection of 49410 PNG files of digits from 0-9.
2+
A collection of 49410 PNG files of digits from 0-9 for use in machine learning.
3+
4+
**Note:** these images are not from MNIST and are original. They were created with various data augmentation techniques of handwritten digits.
5+
6+
The dataset can be found [here](https://www.kaggle.com/jcprogjava/handwritten-digits-dataset-not-in-mnist).
7+
8+
9+
## Creating your own dataset
10+
11+
You can create your own dataset [here](https://jc-progjava.github.io/Handwritten-Digit-Dataset/), do note that it takes a while for the data to download (~15 minutes for 29160 files, I find focusing on the tab makes the progress faster).
12+
13+
Steps:
14+
1. Draw the digit using the canvas box at the center of the screen using your mouse.
15+
2. Click on the button with the corresponding digit to which you drew.
16+
You can click on the 'clear' button to clear the canvas, or refresh the page to remove unsatisfactory data (e.g., the image is cut off at the bottom).
17+
3. When you have finished drawing all digits from 0-9 **once** (more won't work), click 'done', and wait for your data to download and save.
18+
19+
20+
## License
21+

0 commit comments

Comments
 (0)