Datasets:
Dataset Viewer
Search is not available for this dataset
image
image |
---|
End of preview. Expand
in Data Studio
Mathematics-Class10-Tnsb
This dataset contains scanned images from a Class 10 Mathematics textbook under the TNSB (Tamil Nadu State Board) curriculum. It is intended for educational machine learning tasks such as image-to-text (OCR), textbook digitization, or educational content understanding.
Dataset Details
- Source: Tamil Nadu State Board Class 10 Mathematics textbook
- Task: Image-to-Text
- Language: English
- Split:
train
only - Rows: 352
- Format: Images only (scanned textbook pages)
- License: Apache 2.0
Features
Feature | Type |
---|---|
image | Image |
This dataset contains 352 images in the train
split, with a total size of 223 MB.
Use Cases
- Optical Character Recognition (OCR) model training
- Educational content parsing and summarization
- Visual question answering for school-level curriculum
- PDF-to-digital-textbook conversion systems
How to Use
You can use the dataset directly with the 🤗 Datasets library:
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/Mathematics-Class10-Tnsb")
Each sample in the dataset contains:
{
"image": <PIL.Image>
}
Citation
If you use this dataset in your research or application, please consider citing the source and providing attribution to the original textbook from the Tamil Nadu State Education Board.
- Downloads last month
- 55