Louis Rädisch commited on
Commit
0062dd9
1 Parent(s): 68834f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -5,7 +5,14 @@ license: mit
5
  # AlphaNum Dataset
6
 
7
  ## Dataset Summary
8
- The AlphaNum dataset, created by Louis Rädisch, is a collection of handwritten characters and digits intended for the use in Optical Character Recognition (OCR) tasks. This dataset is a compilation from various sources and includes labels from 0-35, where 0-25 represent the letters A-Z and 26-35 represent the digits 0-9. The images from the MNIST dataset included have been color inverted.
 
 
 
 
 
 
 
9
 
10
  ## Dataset Structure
11
  ### Data Instances
 
5
  # AlphaNum Dataset
6
 
7
  ## Dataset Summary
8
+ The AlphaNum dataset, created by Louis Rädisch, is a collection of handwritten grayscale characters and digits of the size 28x28 intended for the use in Optical Character Recognition (OCR) tasks. This dataset is a compilation from various sources and includes labels from 0-35, where 0-25 represent the letters A-Z and 26-35 represent the digits 0-9. The images from the MNIST dataset included have been color inverted.
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
+ ## Sources:
12
+ 1) https://github.com/sueiras/handwritting_characters_database
13
+ 2) mnist
14
+ 3) https://www.kaggle.com/datasets/sachinpatel21/az-handwritten-alphabets-in-csv-format
15
+
16
 
17
  ## Dataset Structure
18
  ### Data Instances