TrashTypes / upload_data.py
dipti
code used to upload image files to hugging face
3ad0869
raw
history blame contribute delete
133 Bytes
from datasets import load_dataset
dataset = load_dataset("imagefolder", data_dir="Dataset")
dataset.push_to_hub("dvk65/TrashTypes")