Handwritten Devanagari character dataset from the CVPR Unit at Indian Statistical Institute (ISI), Kolkata. Contains 36,172 grayscale character images across 47 character classes covering all basic Devanagari consonants, vowels, and numerals. Collected from multiple writers with natural handwriting variation. One of the earliest and most cited Indian script character recognition benchmark datasets. Also includes a separate ISI Devanagari Numeral Database with 22,556 numeral images from 1,049 writers.
# Request access from ISI Kolkata CVPR Unit
# https://www.isical.ac.in/~ujjwal/download/database.html
from PIL import Image
import numpy as np
# Load character images (47 class directories)
print("ISIDCHAR: 36,172 Devanagari character images, 47 classes")
print("ISI Numeral DB: 22,556 numeral images from 1,049 writers")| Field | Type | Description |
|---|---|---|
| image | image | Grayscale handwritten Devanagari character image |
| character_class | string | Devanagari character or numeral label |
| class_id | int | Numeric class identifier |