datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
plant_classification_v11fruit-classification
Fruit Classification Dataset
This dataset contains images of fruits classified into six categories:
fresh and rotten apples, bananas, and oranges.
Classes
fresh_apple
fresh_banana
fresh_orange
rotten_apple
rotten_banana
rotten_orange
Structure
Images stored in train/ and test/
Labels provided in train.csv
Usage
from datasets import load_dataset
dataset = load_dataset("menasi11/fruit-classification")
print(dataset)
cityscape_11_classes
Dataset Card for "cityscape_11_classes"
More Information needed
11_classes_custom_dataset_donut
