datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
enhanced-indian-food-classification
Enhanced Indian Food Classification Dataset
A comprehensive dataset for Indian food classification with 15,404 images across 43 classes.
Dataset Structure
dataset/
├── train/ # Training images
├── validation/ # Validation images
└── test/ # Test images
Usage
from datasets import load_dataset
# Load dataset
dataset = load_dataset("SohlHealth/enhanced-indian-food-classification")
# Access splits
train_data = dataset['train']
val_data… See the full description on the dataset page: https://huggingface.co/datasets/SohlHealth/enhanced-indian-food-classification.enhanced-indian-food-classification
Enhanced Indian Food Classification Dataset
A comprehensive dataset for Indian food classification with 15,404 images across 43 classes.
Dataset Structure
dataset/
├── train/ # Training images
├── validation/ # Validation images
└── test/ # Test images
Usage
from datasets import load_dataset
# Load dataset
dataset = load_dataset("SohlHealth/enhanced-indian-food-classification")
# Access splits
train_data = dataset['train']
val_data… See the full description on the dataset page: https://huggingface.co/datasets/Prateek-044/enhanced-indian-food-classification.
