CoolFace
Datasetpublic

menasi11/fruit-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)

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes612downloads
Dataset Card

task_categories:

  • image-classification tags:
  • vision
  • fruits
  • 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

python
from datasets import load_dataset

dataset = load_dataset("menasi11/fruit-classification")

print(dataset)