datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Korean_Receipts_Dataset
Korean Receipts Dataset
This dataset contains high-resolution images of Korean retail receipts from supermarkets, restaurants, and stores. The dataset has been anonymized to remove personal information and is intended for AI research in OCR, document understanding, and financial analytics.
Contact
For queries or collaborations related to this dataset, contact:
anoushka@kgen.io
abhishek.vadapalli@kgen.io
Supported Tasks
Task Categories:
Image… See the full description on the dataset page: https://huggingface.co/datasets/HumynLabs/Korean_Receipts_Dataset.nano-receipts
🧾 Nano Receipts Dataset
A diverse collection of 2428 hyper-realistic synthetic receipt images generated using state-of-the-art text-to-image AI models.
🚀 Quick Start
from datasets import load_dataset
# Load dataset (fast parquet format!)
dataset = load_dataset("34data/nano-receipts")
# Access images
image = dataset["train"][0]["image"] # PIL Image
filename = dataset["train"][0]["filename"]
📊 Dataset Details
Total Images: 2428 receipts
Format:… See the full description on the dataset page: https://huggingface.co/datasets/34data/nano-receipts.nano-receipts
🧾 Nano Receipts Dataset
A diverse collection of 2428 hyper-realistic synthetic receipt images generated using state-of-the-art text-to-image AI models.
🚀 Quick Start
from datasets import load_dataset
# Load dataset (fast parquet format!)
dataset = load_dataset("34data/nano-receipts")
# Access images
image = dataset["train"][0]["image"] # PIL Image
filename = dataset["train"][0]["filename"]
📊 Dataset Details
Total Images: 2428 receipts… See the full description on the dataset page: https://huggingface.co/datasets/samarth010/nano-receipts.
