sample_dataset2 / README.md
SaiCharithaAkula21's picture
Upload README
23d11c7 verified

Sample Image Dataset

This is a sample dataset containing a few images and their labels.

Structure

  • images/: Contains the image files.
  • metadata.csv: Contains the metadata with image filenames and labels.

Usage

You can load this dataset using the datasets library.

from datasets import load_dataset

dataset = load_dataset("username/sample_datset2")