Datasets:
KGeN
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
task_categories:
|
6 |
+
- text-classification
|
7 |
+
tags:
|
8 |
+
- handwriting
|
9 |
+
- text-recognition
|
10 |
+
- ocr
|
11 |
+
- images
|
12 |
+
- ai-research
|
13 |
+
- handwriting-analysis
|
14 |
+
- natural-writing
|
15 |
+
- penmanship
|
16 |
+
- handwritten-text
|
17 |
+
pretty_name: Handwriting Recognition Dataset
|
18 |
+
size_categories:
|
19 |
+
- n<1K
|
20 |
+
---
|
21 |
+
|
22 |
+
# Handwriting Recognition Dataset
|
23 |
+
|
24 |
+
## Dataset Description
|
25 |
+
This dataset contains a collection of handwritten text images designed to improve optical character recognition (OCR) and text recognition models. Each image is accompanied by a transcription of the text, which reads:
|
26 |
+
*"AI learns from data. Your handwriting helps machines read text better. Write clearly; good handwriting boosts AI accuracy. This small act aids AI research. Thanks for your support!"*
|
27 |
+
The dataset aims to support AI research by providing high-quality handwritten samples to train and evaluate machine learning models.
|
28 |
+
|
29 |
+
## Dataset Structure
|
30 |
+
- **Images**: Handwritten text images (e.g., `.png`, `.jpg`) stored in the `images/` directory.
|
31 |
+
- **Metadata**: A `metadata.csv` file linking each image to its transcription. Example: file_name,text
|