image
imagewidth (px) 128
507
|
---|
๐ 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