Vegetables Dataset
An image dataset of commonly confused vegetables
@kaggle.valerineuskaya_vegetables_dataset
An image dataset of commonly confused vegetables
@kaggle.valerineuskaya_vegetables_dataset
This dataset contains labeled images of commonly confused vegetables, such as zucchini vs. cucumber, red onion vs. white onion, or jalapeño vs. habanero. It's designed to help train and benchmark computer vision models for food classification.
Total classes: 18
Images per class: 30
Image size: 256x256 (JPEG)
Format: Folder-per-class, plus a metadata CSV
Can be used for better recognition of lookalike vegetables in grocery apps, smart kitchen assistants, and educational tools.
CREATE TABLE vegetables_metadata (
"image_filename" VARCHAR,
"label" VARCHAR
);
Anyone who has the link will be able to view this.