datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
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.bharatanatyam-mudra-dataset
Bharatanatyam Mudra Dataset
Dataset Description
The Bharatanatyam Mudra Dataset contains 28,431 images of hand gestures (mudras) from Bharatanatyam, a classical Indian dance form. The dataset was collected from 15 volunteers in a studio environment and includes both single-hand and double-hand gestures.
Dataset Statistics
Total Images: 28,431
Single Hand Gestures (Asamyukta Hastas): 15,396 images across 29 classes
Double Hand Gestures (Samyukta Hastas): 13,035… See the full description on the dataset page: https://huggingface.co/datasets/Samarth0710/bharatanatyam-mudra-dataset.
