Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
100K - 1M
Tags:
OCR
Handwriting
Character Recognition
Grayscale Images
ASCII Labels
Optical Character Recognition
License:
Louis Rädisch
commited on
Commit
•
05343ac
1
Parent(s):
95209e1
Update README.md
Browse files
README.md
CHANGED
@@ -5,26 +5,27 @@ license: mit
|
|
5 |
# AlphaNum Dataset
|
6 |
|
7 |
## Dataset Summary
|
8 |
-
The AlphaNum dataset,
|
9 |
-
To bring together the different datasets, vision transformer Models have been fine tuned to further increase the accuracy of the data. For instance the "A-Z handwritten alphabets" had no seperation between big and small letters.
|
10 |
|
11 |
-
|
12 |
-
1) [handwritting_characters_database](https://github.com/sueiras/handwritting_characters_database)
|
13 |
-
2) [mnist](https://huggingface.co/datasets/mnist)
|
14 |
-
3) [az-handwritten-alphabets-in-csv-format](https://www.kaggle.com/datasets/sachinpatel21/az-handwritten-alphabets-in-csv-format)
|
15 |
|
|
|
|
|
|
|
|
|
16 |
|
|
|
17 |
|
18 |
## Dataset Structure
|
19 |
### Data Instances
|
20 |
-
A data instance in this dataset
|
21 |
|
22 |
### Data Fields
|
23 |
-
1) 'image':
|
24 |
-
2) 'label':
|
25 |
|
26 |
### Data Splits
|
27 |
-
The dataset is
|
28 |
|
29 |
## Dataset Use
|
30 |
-
The AlphaNum dataset is
|
|
|
5 |
# AlphaNum Dataset
|
6 |
|
7 |
## Dataset Summary
|
8 |
+
The AlphaNum dataset, curated by Louis Rädisch, is a comprehensive collection of grayscale, handwritten characters and digits, each with dimensions of 28x28 pixels. The primary aim of this dataset is to aid Optical Character Recognition (OCR) tasks. The dataset encompasses labels ranging from 0-35, wherein labels 0-25 correspond to the English alphabets (A-Z) and labels 26-35 correspond to the digits (0-9). Interestingly, the images derived from the MNIST dataset have been color inverted to maintain consistency with the rest of the data.
|
|
|
9 |
|
10 |
+
To harmonize the data from diverse sources, Vision Transformer Models have been fine-tuned, enhancing the accuracy of the dataset. For instance, the 'A-Z handwritten alphabets' dataset originally did not differentiate between upper and lower case letters, an issue rectified in this new compilation.
|
|
|
|
|
|
|
11 |
|
12 |
+
## Sources:
|
13 |
+
1) [Handwriting Characters Database](https://github.com/sueiras/handwritting_characters_database)
|
14 |
+
2) [MNIST](https://huggingface.co/datasets/mnist)
|
15 |
+
3) [AZ Handwritten Alphabets in CSV format](https://www.kaggle.com/datasets/sachinpatel21/az-handwritten-alphabets-in-csv-format)
|
16 |
|
17 |
+
The dataset files have been scaled down to 24x24 pixels and recolored from white-on-black to black-on-white to ensure uniformity.
|
18 |
|
19 |
## Dataset Structure
|
20 |
### Data Instances
|
21 |
+
A single data instance in this dataset comprises an image of a handwritten character or digit, accompanied by its corresponding label.
|
22 |
|
23 |
### Data Fields
|
24 |
+
1) 'image': This field contains the image of the handwritten character or digit.
|
25 |
+
2) 'label': This field provides the label corresponding to the character or digit in the image. (0-25 are assigned to A-Z, 26-35 to 0-9)
|
26 |
|
27 |
### Data Splits
|
28 |
+
The dataset is bifurcated into training and test subsets to facilitate the building and evaluation of models.
|
29 |
|
30 |
## Dataset Use
|
31 |
+
The AlphaNum dataset is apt for tasks associated with text recognition, document processing, and machine learning. It is particularly beneficial for constructing, fine-tuning, and enhancing OCR models.
|