dataset8 / README.md
SaiCharithaAkula21's picture
Upload README
dfa85e0 verified
# Sample Image Dataset
test change!!! 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.
```python
from datasets import load_dataset
dataset = load_dataset("username/sample_dataset")