Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
image
imagewidth (px)
128
507
End of preview. Expand in Data Studio

๐Ÿ“š Thamizhi Letter Dataset

๐Ÿ”„ Overview

The Thamizhi Letter Dataset is a labor of love โค๏ธ dedicated to preserving and recognizing one of the most ancient scripts. It contains beautifully crafted images ๐ŸŽจ of Thamizhi script characters mapped to their corresponding Tamil letters. Whether you are a researcher, developer, or history enthusiast, this dataset is here to fuel your passion for character recognition, OCR tasks, and historical script analysis.

๐Ÿ“‚ Dataset Structure

The dataset is carefully structured to ensure ease of use and accessibility.

๐Ÿ“… Option 1: Folder-based structure (for classification models)

Thamizhi_Dataset/ โ”‚โ”€โ”€ เฎ…/ โ”‚ โ”œโ”€โ”€ image.png โ”‚โ”€โ”€ เฎ†/ โ”‚ โ”œโ”€โ”€ image.png โ”‚โ”€โ”€ เฎ‡/ โ”‚ โ”œโ”€โ”€ image.png โ”‚โ”€โ”€ ...

Each folder represents a Tamil letter, and inside it, there's the corresponding Thamizhi letter image, making it intuitive and simple to navigate. ๐ŸŽจ๐Ÿ”ฌ

๐Ÿ“… Option 2: JSON-based format (for direct Thamizhi โ†’ Tamil mapping)

Thamizhi_Dataset/ โ”‚โ”€โ”€ images/ โ”‚ โ”œโ”€โ”€ เฎ….png โ”‚ โ”œโ”€โ”€ เฎ†.png โ”‚ โ”œโ”€โ”€ เฎ‡.png โ”‚ โ”œโ”€โ”€ ... โ”‚โ”€โ”€ metadata.json

Example metadata.json file:

[ {"image": "เฎ….png", "label": "เฎ…"}, {"image": "เฎ†.png", "label": "เฎ†"}, {"image": "เฎ‡.png", "label": "เฎ‡"} ]

๐Ÿ‘จโ€๐Ÿ’ป Usage

Bringing this dataset to life is easy! ๐ŸŒŸ Simply load it using the datasets library:

from datasets import load_dataset

dataset = load_dataset("sakthivelan/Thamizhi-Dataset") print(dataset)

This will give you instant access to the dataset, allowing you to build fascinating applications and models effortlessly! ๐Ÿ’ช๐Ÿš€

๐ŸŒŸ Applications

The possibilities with this dataset are truly exciting! ๐ŸŽ‰

๐Ÿ”ฌ Thamizhi Character Recognition: Train models to recognize and interpret the beauty of Thamizhi letters.

๐ŸŽจ OCR Research: Enhance Optical Character Recognition (OCR) systems with historical scripts.

๐ŸŒ Historical Analysis: Contribute to the study and digital preservation of ancient scripts for future generations.

๐Ÿ’ช License

This dataset is released under the MIT License, granting you full freedom to use and modify it for research and educational purposes. โœจ We believe in open knowledge and the power of collaboration! ๐ŸŒŸ

๐ŸŒ Citation

If you find this dataset useful, please show your support by citing it: ๐Ÿ“„

@dataset{sakthivelan_thamizhi, author = {Sakthivelan}, title = {Thamizhi Letter Dataset}, year = {2025}, url = {https://huggingface.co/datasets/sakthivelan01092004/ThamizhiLetterDataset} }

๐Ÿ‘ค Maintainer: Sakthivelan ๐ŸŒ Dataset URL: Hugging Face Dataset

Downloads last month
62