Quari HumynLabs commited on
Commit
68acd09
·
0 Parent(s):

Duplicate from humyn-labs/KAI_handwriting-ocr

Browse files

Co-authored-by: Humyn Labs <HumynLabs@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +59 -0
  2. README.md +111 -0
  3. images/handwriting1.jpg +3 -0
  4. images/handwriting10.jpg +3 -0
  5. images/handwriting100.jpg +3 -0
  6. images/handwriting101.jpg +3 -0
  7. images/handwriting102.jpg +3 -0
  8. images/handwriting103.jpg +3 -0
  9. images/handwriting104.jpg +3 -0
  10. images/handwriting105.jpg +3 -0
  11. images/handwriting106.jpg +3 -0
  12. images/handwriting107.jpg +3 -0
  13. images/handwriting108.jpg +3 -0
  14. images/handwriting109.jpg +3 -0
  15. images/handwriting11.jpg +3 -0
  16. images/handwriting110.jpg +3 -0
  17. images/handwriting111.jpg +3 -0
  18. images/handwriting112.jpg +3 -0
  19. images/handwriting113.jpg +3 -0
  20. images/handwriting114.jpg +3 -0
  21. images/handwriting115.jpg +3 -0
  22. images/handwriting116.jpg +3 -0
  23. images/handwriting117.jpg +3 -0
  24. images/handwriting118.jpg +3 -0
  25. images/handwriting119.jpg +3 -0
  26. images/handwriting12.jpg +3 -0
  27. images/handwriting120.jpg +3 -0
  28. images/handwriting121.jpg +3 -0
  29. images/handwriting122.jpeg +3 -0
  30. images/handwriting123.png +3 -0
  31. images/handwriting124.jpg +3 -0
  32. images/handwriting125.jpeg +3 -0
  33. images/handwriting126.jpg +3 -0
  34. images/handwriting127.jpg +3 -0
  35. images/handwriting128.jpeg +3 -0
  36. images/handwriting129.jpg +3 -0
  37. images/handwriting13.jpg +3 -0
  38. images/handwriting130.jpg +3 -0
  39. images/handwriting131.jpg +3 -0
  40. images/handwriting132.jpeg +3 -0
  41. images/handwriting133.jpeg +3 -0
  42. images/handwriting134.jpg +3 -0
  43. images/handwriting135.jpg +3 -0
  44. images/handwriting136.jpg +3 -0
  45. images/handwriting137.jpg +3 -0
  46. images/handwriting138.jpg +3 -0
  47. images/handwriting139.jpg +3 -0
  48. images/handwriting14.jpg +3 -0
  49. images/handwriting140.jpg +3 -0
  50. images/handwriting141.jpg +3 -0
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
80
+ No personally identifiable or sensitive data is included in the dataset.
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
+ ---
94
+ ## Contact
95
+
96
+ - For queries or collaborations related to datasets, contact at :
97
+ - anoushka@kgen.io
98
+ - abhishek.vadapalli@kgen.io
99
+
100
+ ## Citation
101
+
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
+ }
images/handwriting1.jpg ADDED

Git LFS Details

  • SHA256: 604e41c590abcf7a9b3273359ea0ad3219a38b651faa7da151bb2e05a67a5351
  • Pointer size: 131 Bytes
  • Size of remote file: 136 kB
images/handwriting10.jpg ADDED

Git LFS Details

  • SHA256: 8f6b4165f97a036285ce06b46b182f4e020044ef6be2cffd4784357019d5d5e7
  • Pointer size: 130 Bytes
  • Size of remote file: 94.1 kB
images/handwriting100.jpg ADDED

Git LFS Details

  • SHA256: 1fa19f2d251352b0e910ac4238862ed137095fb3d0b368642b855ea197d112c3
  • Pointer size: 131 Bytes
  • Size of remote file: 891 kB
images/handwriting101.jpg ADDED

Git LFS Details

  • SHA256: 051c17de9f1dea16c17c7764febcdbcbb8a850eda9f269e79e8ea5648a56ade1
  • Pointer size: 131 Bytes
  • Size of remote file: 678 kB
images/handwriting102.jpg ADDED

Git LFS Details

  • SHA256: b182b6ab5be3c3d395e63e54d6a04c22e12ecbafddce7d2388277566f15a6b6b
  • Pointer size: 132 Bytes
  • Size of remote file: 3 MB
images/handwriting103.jpg ADDED

Git LFS Details

  • SHA256: 290af031496c2f40de82b88accffca36d8f5cd45e2a0306ffd7c0986a3c528d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/handwriting104.jpg ADDED

Git LFS Details

  • SHA256: a92a42647a27881bb092708ee9701ce0a3db87b284bda6be133c2aa7375dc0c6
  • Pointer size: 132 Bytes
  • Size of remote file: 2.78 MB
images/handwriting105.jpg ADDED

Git LFS Details

  • SHA256: 04ff7b0c24d82cd9d2c5798c0d236716ce863ef32c659979f819c91eb297e4ef
  • Pointer size: 132 Bytes
  • Size of remote file: 3.6 MB
images/handwriting106.jpg ADDED

Git LFS Details

  • SHA256: ba80b7a13d8b20dee7a115912c837da32e35a155479ae66fd36489bb52e75c2a
  • Pointer size: 130 Bytes
  • Size of remote file: 84.3 kB
images/handwriting107.jpg ADDED

Git LFS Details

  • SHA256: d9936ae0809f98c0fb39fdfe15cda69b35c7e7a45e07264231a7fdfaf0970ca6
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
images/handwriting108.jpg ADDED

Git LFS Details

  • SHA256: 21bd8d622fbbb8bb9154cc73c01492aa69018c4e03769dfda693c932fb67aba1
  • Pointer size: 132 Bytes
  • Size of remote file: 4.23 MB
images/handwriting109.jpg ADDED

Git LFS Details

  • SHA256: 2df200ba9213180c1264abc1633fe224c30163b165a4062646e812fc0d1a73d3
  • Pointer size: 130 Bytes
  • Size of remote file: 71 kB
images/handwriting11.jpg ADDED

Git LFS Details

  • SHA256: 0e4ee5e9ea404af291fe2a06949904f66ebb9d06d8e6d8406390366d3353a021
  • Pointer size: 131 Bytes
  • Size of remote file: 168 kB
images/handwriting110.jpg ADDED

Git LFS Details

  • SHA256: be75d79e4b9e0f6101ea817600ac816fc89a0e20e3458370df48cf0c4185eb23
  • Pointer size: 132 Bytes
  • Size of remote file: 1.93 MB
images/handwriting111.jpg ADDED

Git LFS Details

  • SHA256: cad14f924db50a64f4953db77577d6ccab81be7c7e94c7408eb3c37444e7b5aa
  • Pointer size: 132 Bytes
  • Size of remote file: 3.9 MB
images/handwriting112.jpg ADDED

Git LFS Details

  • SHA256: 7a079c8aff6939c23005de6ba1c63cc4ba8f42da9dab54a9c168faa04cbce166
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/handwriting113.jpg ADDED

Git LFS Details

  • SHA256: 49a07bda864db3a86935eebe3929e6afd7ba856081a72bd74e3c9c742dde09f4
  • Pointer size: 132 Bytes
  • Size of remote file: 2.89 MB
images/handwriting114.jpg ADDED

Git LFS Details

  • SHA256: 52fc4922f3f375e38e35baeb40a831145ced092e5ada3a16fde64e7b7b6e49bd
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
images/handwriting115.jpg ADDED

Git LFS Details

  • SHA256: 6890da6c77e608d6e9f2016c6efbebb473343226f2953ce6ad68a857cf034d25
  • Pointer size: 130 Bytes
  • Size of remote file: 95.7 kB
images/handwriting116.jpg ADDED

Git LFS Details

  • SHA256: 325413e28ac1c84e19271fa81c2a8d4371f1424fdb4817d5800c560ae92bc317
  • Pointer size: 131 Bytes
  • Size of remote file: 457 kB
images/handwriting117.jpg ADDED

Git LFS Details

  • SHA256: d95979f0ed1038ca01a4737dda3006863fab5e78fc68f2bd820dce63740289c4
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
images/handwriting118.jpg ADDED

Git LFS Details

  • SHA256: 3414d57b3b4b5c6c041ff6a15725e7ab66fbe47ce325ee8a01888f39009246d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/handwriting119.jpg ADDED

Git LFS Details

  • SHA256: 122e7e43c656d6ef8a9a391221dbeaa9749d9c2ea0892b239dc7c818a0c7cb80
  • Pointer size: 132 Bytes
  • Size of remote file: 2.71 MB
images/handwriting12.jpg ADDED

Git LFS Details

  • SHA256: f09f286066f411a7a3b7dce2e5069645bdd2053af0e7f1764c29d0889b9562ec
  • Pointer size: 130 Bytes
  • Size of remote file: 37.9 kB
images/handwriting120.jpg ADDED

Git LFS Details

  • SHA256: f75438d64ea802a2d52c54abb8f91ab0186b0e199389fae09ba553f3502552c2
  • Pointer size: 131 Bytes
  • Size of remote file: 626 kB
images/handwriting121.jpg ADDED

Git LFS Details

  • SHA256: 3d35266ee4dbf6d99f7ebb18018d12e7ab7774e6660994e14b11341940073710
  • Pointer size: 131 Bytes
  • Size of remote file: 230 kB
images/handwriting122.jpeg ADDED

Git LFS Details

  • SHA256: 78f3ac3c79538bdede2d154d565e1d69873af5e5bdde4306bd9d54934bed07e7
  • Pointer size: 131 Bytes
  • Size of remote file: 210 kB
images/handwriting123.png ADDED

Git LFS Details

  • SHA256: 5cb4214599dddf444d7a3a658b8068d31d80c595252233eaa6215c33ecb48c30
  • Pointer size: 130 Bytes
  • Size of remote file: 38.3 kB
images/handwriting124.jpg ADDED

Git LFS Details

  • SHA256: ec25b6111c13d1d735c8d43b5f66e46c1c9e5c331674eaea67efb53934191840
  • Pointer size: 132 Bytes
  • Size of remote file: 4.42 MB
images/handwriting125.jpeg ADDED

Git LFS Details

  • SHA256: cd1f8439d04b185b013fc7f5a962fcf1c32d90c6a5f61d0321aee141c3a4427e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.59 MB
images/handwriting126.jpg ADDED

Git LFS Details

  • SHA256: ea9694393f5487ac2a4d232133eeabd837d4f9ddf94173d4f68a95e8e87982e7
  • Pointer size: 131 Bytes
  • Size of remote file: 207 kB
images/handwriting127.jpg ADDED

Git LFS Details

  • SHA256: 02e2fa96f300481e4bfdf7f2c03ed40fd7cd877779a6b1ff351a2a9d6e18a58d
  • Pointer size: 132 Bytes
  • Size of remote file: 4.03 MB
images/handwriting128.jpeg ADDED

Git LFS Details

  • SHA256: dca3d7869e63f07ee6562d15fb7b15712656f19857dba4d548616320fd9fc80d
  • Pointer size: 131 Bytes
  • Size of remote file: 486 kB
images/handwriting129.jpg ADDED

Git LFS Details

  • SHA256: 64ce178012d36c3d728d8bb7e8e3b96d342b2f7443b80fc3afb7d5e24e0eb678
  • Pointer size: 131 Bytes
  • Size of remote file: 139 kB
images/handwriting13.jpg ADDED

Git LFS Details

  • SHA256: e2a316f316d372418c2531de3c2380b5331f5c6c193caffe119229688353bc9c
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
images/handwriting130.jpg ADDED

Git LFS Details

  • SHA256: 88efcaeddacf58e074950ce4945b10f3f178b785665f95ca3c80142eaaf16a94
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
images/handwriting131.jpg ADDED

Git LFS Details

  • SHA256: 4db0f84e001c5615314c321c4016ba7e8d3bdebecfc21def799667099f220e00
  • Pointer size: 132 Bytes
  • Size of remote file: 3.15 MB
images/handwriting132.jpeg ADDED

Git LFS Details

  • SHA256: 734c2053e4ef600957667cd3d04630938b1d73c7163bec32be167248adafac74
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
images/handwriting133.jpeg ADDED

Git LFS Details

  • SHA256: ab077adbfd67516c0777abe6f7f7adece252d45f9dbd186fe12f24462632b1c4
  • Pointer size: 132 Bytes
  • Size of remote file: 3.59 MB
images/handwriting134.jpg ADDED

Git LFS Details

  • SHA256: 452b5b2a1bce38c27125e783978b611aed1c7def1c77f234d4cfd27c808a2333
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
images/handwriting135.jpg ADDED

Git LFS Details

  • SHA256: 54a2d2a14d992f5598c77e9b3b27a4158fb7460a41b8e237427dad5105f0d3b9
  • Pointer size: 132 Bytes
  • Size of remote file: 3.03 MB
images/handwriting136.jpg ADDED

Git LFS Details

  • SHA256: 58f2227017209fa27957d47bd03b20aa1bfa253a38fd64dff4be477782fd066d
  • Pointer size: 131 Bytes
  • Size of remote file: 557 kB
images/handwriting137.jpg ADDED

Git LFS Details

  • SHA256: a27ae78b5801fdd36d8fbaa5917fc64a2c90e19589be2430f140d50e5acd4437
  • Pointer size: 130 Bytes
  • Size of remote file: 68.7 kB
images/handwriting138.jpg ADDED

Git LFS Details

  • SHA256: e2cc77bfce2bd76d18d0daab5340f42626be2dcfc96d1de4c35bc41eac5dc92c
  • Pointer size: 130 Bytes
  • Size of remote file: 94.6 kB
images/handwriting139.jpg ADDED

Git LFS Details

  • SHA256: 458ff2bad7996556f3329eaaafed8cc4a9ba143787a73c9579bd0d427fc3949e
  • Pointer size: 131 Bytes
  • Size of remote file: 558 kB
images/handwriting14.jpg ADDED

Git LFS Details

  • SHA256: 54fd5d9b4030b6f9fa748fdf0e5ab509d98e735d0f6e5b60dceacbc7af5f6c50
  • Pointer size: 131 Bytes
  • Size of remote file: 302 kB
images/handwriting140.jpg ADDED

Git LFS Details

  • SHA256: f8ec051ca52d6bc8b4c1923a63280f9a671c0e7437e48a2381ad2c978d039223
  • Pointer size: 131 Bytes
  • Size of remote file: 644 kB
images/handwriting141.jpg ADDED

Git LFS Details

  • SHA256: 77089410283417c8d58d6a35d0a0d69e7b8cddc6cc5bf0a3b30ab534bbb92903
  • Pointer size: 131 Bytes
  • Size of remote file: 261 kB