datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
recycling_app
Dataset Labels
['biodegradable', 'cardboard', 'glass', 'metal', 'paper', 'plastic']
Number of Images
{'valid': 2098, 'test': 1042, 'train': 7324}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds = load_dataset("nflechas/recycling_app", name="full")
example = ds['train'][0]
Roboflow Dataset Page… See the full description on the dataset page: https://huggingface.co/datasets/nflechas/recycling_app.termazzo-assets
