autoML_images_data / README.md
apsora's picture
Create README.md
bb96f28 verified
metadata
license: other
tags:
  - image
  - food
  - tomatoes
  - image-classification
pretty_name: Food Tomatoes (Original & Augmented)
task_categories:
  - image-classification
task_ids:
  - multi-class-image-classification

Food Tomatoes (Original & Augmented)

Summary: Image dataset of tomatoes with class labels. Two splits are provided: original and augmented. Each split has the same columns:

  • image (image)
  • label (string)

Load

from datasets import load_dataset
ds = load_dataset("Iris314/Food_tomatoes_dataset")
original  = ds["original"]
augmented = ds["augmented"]