This dataset is a re-uploaded version of the Muharaf dataset.
The original dataset was created by Mehreen Saeed et al. and released for research purposes.
This repository is intended for easier access and experimentation via Hugging Face.
|
from datasets import load_dataset
ds = load_dataset("amjad-awad/Arabic-Handwritten-Text-Recognition-Dataset")
print(ds["train"][0]["image"])