Datasets:
File size: 4,902 Bytes
d2a844a a7f4018 d2a844a a7f4018 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 | ---
language:
- hi
license: other
task_categories:
- optical-character-recognition
- image-classification
- computer-vision
tags:
- handwriting
- devanagari
- hindi
- ocr
- document-intelligence
- computer-vision
pretty_name: Hindi Handwriting Dataset (Sample)
size_categories:
- n<1K
---
# Hindi Handwriting Dataset (Sample)
## Dataset Description
This repository contains a **sample subset of 200 handwritten Hindi (Devanagari) document images** from **DohaScript**, a multi-writer handwriting dataset. Each image corresponds to a unique writer and has been collected with the participant's **informed consent**.
The dataset is intended for **research and educational purposes**, particularly in handwriting recognition, Optical Character Recognition (OCR), document intelligence, and related computer vision tasks.
> **Note:** This repository contains **only 200 samples**. The complete **DohaScript** dataset comprises **531 handwritten pages from 531 unique writers**.
---
# Dataset Statistics
## Sample Dataset (This Repository)
| Attribute | Value |
|-----------|-------|
| Language | Hindi (Devanagari) |
| Images | 200 |
| Contributors | 200 unique writers |
| Image Format | JPG |
| Data Modality | Handwritten document images |
| Metadata Available | Gender, Age, District, Latitude, Longitude |
| Personally Identifiable Information | None |
| Consent Obtained | Yes |
## Full DohaScript Dataset
| Attribute | Value |
|-----------|-------|
| Total Pages | 531 |
| Unique Writers | 531 |
| Language | Hindi (Devanagari) |
| Corpus | Six Hindi Dohas (89 words) |
---
# Repository Structure
```
.
├── images/
│ ├── F-18-GAYA.jpg
│ ├── F-21-MADHUBANI.jpg
│ ├── M-18-JAMMU.jpg
│ └── ...
├── metadata.csv
└── README.md
```
---
# File Naming Convention
Each image follows the format
```
X-NN-DDDD.jpg
```
where `DDDD` is a variable-length district label.
### Fields
### Gender (`X`)
- `M` → Male
- `F` → Female
### Age (`NN`)
Age of the participant in years.
Examples:
```
18
23
45
```
### District (`DDDD`)
The participant's hometown district.
Example filenames:
```
F-18-GAYA.jpg
F-21-MADHUBANI.jpg
M-18-JAMMU.jpg
```
---
# Metadata
Each handwriting image has a corresponding entry in **metadata.csv**.
| Column | Description |
|--------|-------------|
| `S. No.` | Unique sample identifier |
| `Filename` | Image filename |
| `Gender` | Writer gender (`M` or `F`) |
| `Age` | Age of the writer (years) |
| `City` | Home district/city of the participant |
| `Latitude` | Latitude of the district/city |
| `Longitude` | Longitude of the district/city |
The metadata enables demographic and geographic analyses while preserving participant privacy. No personally identifiable information is included.
---
# Data Collection
- One handwritten page per participant
- Individual volunteers
- Informed consent obtained before data collection
- Collected solely for research and educational purposes
- Personally identifiable information removed prior to release
---
# Intended Uses
This dataset can be used for research in:
- Hindi Handwriting Recognition
- Optical Character Recognition (OCR)
- Document Intelligence
- Writer Identification and Analysis
- Computer Vision
- Pattern Recognition
- Machine Learning
- Educational Projects
---
# Out-of-Scope Uses
This dataset **must not** be used for:
- Biometric identification
- Surveillance
- Profiling individuals
- Commercial deployment without permission
---
# Privacy and Ethics
The dataset has been curated following ethical research practices.
- No names or personal identifiers are included.
- No addresses are provided.
- Demographic information is limited to age and gender.
- Geographic information is provided only at the district/city level.
- All participants voluntarily contributed their handwriting with informed consent.
Users of this dataset are expected to uphold the same ethical standards.
---
# Citation
If you use this dataset in a publication, thesis, benchmark, report, or research project, **please cite the DohaScript paper.**
## Paper
**DohaScript: A Large-Scale Multi-Writer Dataset for Continuous Handwritten Hindi Text**
**arXiv:** https://arxiv.org/abs/2602.18089
### BibTeX
```bibtex
@article{singh2026dohascript,
title={DohaScript: A Large-Scale Multi-Writer Dataset for Continuous Handwritten Hindi Text},
author={Singh, Kunwar Arpit and Prakash, Ankush and Lone, Haroon R},
journal={arXiv preprint arXiv:2602.18089},
year={2026}
}
```
---
# License
This dataset is released **for research and educational purposes only**.
Commercial use requires explicit permission from the authors.
Redistribution should retain this README and the citation information.
---
# Contact
For questions, permission requests, or issues regarding the dataset, please open an issue in this repository. |