Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,80 +1,79 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
-
pretty_name:
|
4 |
language:
|
5 |
- en
|
6 |
tags:
|
7 |
-
-
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
-
|
|
|
12 |
task_categories:
|
13 |
-
-
|
14 |
-
- object-detection
|
15 |
size_categories:
|
16 |
-
-
|
17 |
---
|
18 |
|
19 |
-
# Dataset Card for
|
20 |
|
21 |
-
This dataset contains a collection of
|
22 |
|
23 |
## Dataset Details
|
24 |
|
25 |
### Dataset Description
|
26 |
|
27 |
-
This dataset contains
|
28 |
-
- Classify activities or events in street scenes.
|
29 |
-
- Detect objects such as pedestrians, vehicles, or traffic signs.
|
30 |
-
- Support surveillance, traffic monitoring, or autonomous navigation systems.
|
31 |
|
32 |
-
|
|
|
|
|
33 |
|
34 |
## Uses
|
35 |
|
36 |
### Direct Use
|
37 |
|
38 |
-
- Training
|
39 |
-
- Fine-tuning
|
40 |
-
-
|
41 |
|
42 |
### Out-of-Scope Use
|
43 |
|
44 |
-
- Real-time
|
45 |
- Commercial use without proper attribution under CC BY 4.0.
|
46 |
-
- Any use that attempts to
|
47 |
|
48 |
## Dataset Structure
|
49 |
|
50 |
Each sample consists of:
|
51 |
|
52 |
-
-
|
53 |
- A `metadata.csv` file with columns:
|
54 |
-
- `file_name`: name of the
|
55 |
-
- `
|
56 |
|
57 |
## Dataset Creation
|
58 |
|
59 |
### Curation Rationale
|
60 |
|
61 |
-
The dataset was curated to
|
62 |
|
63 |
### Source Data
|
64 |
|
65 |
#### Data Collection and Processing
|
66 |
|
67 |
-
|
68 |
|
69 |
#### Who are the source data producers?
|
70 |
|
71 |
-
Anonymous contributors
|
72 |
|
73 |
### Annotations
|
74 |
|
75 |
#### Annotation process
|
76 |
|
77 |
-
|
78 |
|
79 |
#### Personal and Sensitive Information
|
80 |
|
@@ -82,13 +81,13 @@ No personally identifiable or sensitive data is included in the dataset.
|
|
82 |
|
83 |
## Bias, Risks, and Limitations
|
84 |
|
85 |
-
-
|
86 |
-
-
|
87 |
-
- Models trained on this dataset may not generalize well to
|
88 |
|
89 |
### Recommendations
|
90 |
|
91 |
-
- Combine with other
|
92 |
- Use only for academic, non-commercial experimentation unless explicitly licensed.
|
93 |
|
94 |
---
|
@@ -103,10 +102,10 @@ No personally identifiable or sensitive data is included in the dataset.
|
|
103 |
**BibTeX:**
|
104 |
|
105 |
```bibtex
|
106 |
-
@misc{
|
107 |
-
title = {
|
108 |
-
author = {
|
109 |
year = {2025},
|
110 |
-
howpublished = {\url{https://huggingface.co/datasets
|
111 |
note = {Dataset available under CC BY 4.0 license}
|
112 |
-
}
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
pretty_name: Handwriting Recognition Dataset
|
4 |
language:
|
5 |
- en
|
6 |
tags:
|
7 |
+
- handwriting
|
8 |
+
- ocr
|
9 |
+
- computer-vision
|
10 |
+
- text-recognition
|
11 |
+
- ai-research
|
12 |
+
- handwritten-text
|
13 |
task_categories:
|
14 |
+
- image-classification
|
|
|
15 |
size_categories:
|
16 |
+
- n<1K
|
17 |
---
|
18 |
|
19 |
+
# Dataset Card for Handwriting Recognition Dataset
|
20 |
|
21 |
+
This dataset contains a collection of handwritten text images designed to improve OCR (Optical Character Recognition) and text recognition models. Each image is labeled with a transcription of the same sentence, allowing models to learn to map handwritten content to its textual equivalent.
|
22 |
|
23 |
## Dataset Details
|
24 |
|
25 |
### Dataset Description
|
26 |
|
27 |
+
This dataset contains images of handwritten English text contributed by various individuals. Each image includes the same standard sentence:
|
|
|
|
|
|
|
28 |
|
29 |
+
> "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!"
|
30 |
+
|
31 |
+
The dataset is ideal for training and evaluating OCR models and applications involving handwritten text recognition.
|
32 |
|
33 |
## Uses
|
34 |
|
35 |
### Direct Use
|
36 |
|
37 |
+
- Training OCR models to recognize English handwritten text.
|
38 |
+
- Fine-tuning vision models on handwritten content.
|
39 |
+
- Educational purposes in AI research and ML bootcamps.
|
40 |
|
41 |
### Out-of-Scope Use
|
42 |
|
43 |
+
- Real-time handwriting verification or personal identity recognition.
|
44 |
- Commercial use without proper attribution under CC BY 4.0.
|
45 |
+
- Any use that attempts to link handwriting to individuals.
|
46 |
|
47 |
## Dataset Structure
|
48 |
|
49 |
Each sample consists of:
|
50 |
|
51 |
+
- An image (`.jpg` or `.png`) stored in the `images/` directory.
|
52 |
- A `metadata.csv` file with columns:
|
53 |
+
- `file_name`: name of the image file (e.g., `sample_01.jpg`)
|
54 |
+
- `text`: transcription of the handwritten sentence (identical for all rows)
|
55 |
|
56 |
## Dataset Creation
|
57 |
|
58 |
### Curation Rationale
|
59 |
|
60 |
+
The dataset was curated to help improve handwritten text recognition, especially for machine learning systems that require structured, consistent inputs.
|
61 |
|
62 |
### Source Data
|
63 |
|
64 |
#### Data Collection and Processing
|
65 |
|
66 |
+
Contributors were asked to write a standard sentence on paper and scan or photograph it under good lighting. All images were manually checked for clarity, contrast, and legibility.
|
67 |
|
68 |
#### Who are the source data producers?
|
69 |
|
70 |
+
Anonymous contributors with diverse handwriting styles. No personal data was collected.
|
71 |
|
72 |
### Annotations
|
73 |
|
74 |
#### Annotation process
|
75 |
|
76 |
+
Each image is paired with the same predefined sentence. Since all transcriptions are identical, no manual transcription was required.
|
77 |
|
78 |
#### Personal and Sensitive Information
|
79 |
|
|
|
81 |
|
82 |
## Bias, Risks, and Limitations
|
83 |
|
84 |
+
- Handwriting samples may lack diversity in script style and regional variations.
|
85 |
+
- All samples use English and the same sentence — not suitable for language modeling or multilingual OCR.
|
86 |
+
- Models trained on this dataset may not generalize well to varied real-world handwriting.
|
87 |
|
88 |
### Recommendations
|
89 |
|
90 |
+
- Combine with other handwritten datasets for broader coverage.
|
91 |
- Use only for academic, non-commercial experimentation unless explicitly licensed.
|
92 |
|
93 |
---
|
|
|
102 |
**BibTeX:**
|
103 |
|
104 |
```bibtex
|
105 |
+
@misc{handwriting_recognition_dataset,
|
106 |
+
title = {Handwriting Recognition Dataset},
|
107 |
+
author = {Various Contributors},
|
108 |
year = {2025},
|
109 |
+
howpublished = {\url{https://huggingface.co/datasets/your-org/handwriting-recognition}},
|
110 |
note = {Dataset available under CC BY 4.0 license}
|
111 |
+
}
|