--- language: - zgh - tzm - shi - gha - shy - mzb task_categories: - image-to-text tags: - ocr - tifinagh - tamazight - document-understanding - vision-language pretty_name: Tifinagh OCR 39k size_categories: - 10K [!NOTE] > The metadata has been **shuffled randomly** to allow a diverse preview of different fonts and styles in the Hugging Face dataset explorer. ## 🎯 Use Cases - Tifinagh OCR training and evaluation. - Document understanding for Amazigh languages. - Vision-language model validation. - Robustness testing across different typographic styles. ## 🛠 Usage ```python from datasets import load_dataset dataset = load_dataset("Tamazight/Tifinagh-OCR-39K") sample = dataset["train"][0] print(sample["text"]) sample["image"].show() ``` ## 📜 Metadata & Credits - **Creation Year:** 2024 - **License:** [apache-2.0](https://choosealicense.com/licenses/apache-2.0/) - **Creator:** Aksel Tinfat for [@Tamazight](https://huggingface.co/Tamazight) project on Hugging Face.