This dataset contains Sanskrit text images paired with their corresponding text labels, designed for OCR (Optical Character Recognition) tasks.
The dataset is split into training and validation sets:
image: The image containing Sanskrit textlabel: The corresponding Sanskrit text labelfilename: Original image filenamefrom datasets import load_dataset
# Load the dataset
dataset = load_dataset("your-username/sanskrit-ocr-dataset")
# Access the data
train_data = dataset["train"]
validation_data = dataset["validation"]
MIT License
Copyright (c) 2024 ProcessVenue AI
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated data (the "Dataset"), to deal in the Dataset without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Dataset, and to permit persons to whom the Dataset is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Dataset.
THE DATASET IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE DATASET OR THE USE OR OTHER DEALINGS IN THE DATASET.
If you use this dataset in your research or project, please cite it as follows:
@misc{sanskrit-ocr-dataset,
title = {Sanskrit OCR Dataset},
author = {ProcessVenue},
year = {2024},
publisher = {HuggingFace},
url = {https://huggingface.co/datasets/processvenue/Sanskrit-OCR-Dataset},
organization = {ProcessVenue},
contact = {info@predusk.com},
Website = {https://www.processvenue.com/}
}
For use in publications, please also include:
"This work uses the Sanskrit OCR Dataset created by Team ProcessVenue, available under MIT License at https://huggingface.co/datasets/processvenue/Sanskrit-OCR-Dataset"
While this dataset is released under the MIT License, we kindly request that you:
9 commits
This dataset contains Sanskrit text images paired with their corresponding text labels, designed for OCR (Optical Character Recognition) tasks.
The dataset is split into training and validation sets:
image: The image containing Sanskrit textlabel: The corresponding Sanskrit text labelfilename: Original image filenamefrom datasets import load_dataset
# Load the dataset
dataset = load_dataset("your-username/sanskrit-ocr-dataset")
# Access the data
train_data = dataset["train"]
validation_data = dataset["validation"]
MIT License
Copyright (c) 2024 ProcessVenue AI
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated data (the "Dataset"), to deal in the Dataset without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Dataset, and to permit persons to whom the Dataset is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Dataset.
THE DATASET IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE DATASET OR THE USE OR OTHER DEALINGS IN THE DATASET.
If you use this dataset in your research or project, please cite it as follows:
@misc{sanskrit-ocr-dataset,
title = {Sanskrit OCR Dataset},
author = {ProcessVenue},
year = {2024},
publisher = {HuggingFace},
url = {https://huggingface.co/datasets/processvenue/Sanskrit-OCR-Dataset},
organization = {ProcessVenue},
contact = {info@predusk.com},
Website = {https://www.processvenue.com/}
}
For use in publications, please also include:
"This work uses the Sanskrit OCR Dataset created by Team ProcessVenue, available under MIT License at https://huggingface.co/datasets/processvenue/Sanskrit-OCR-Dataset"
While this dataset is released under the MIT License, we kindly request that you:
9 commits