CoolFace
Datasetpublic

dvk65/TrashTypes

The dataset has images collected from publicly available resources like Kaggle and Roboflow, and some photos that I clicked. Feel free to expand on the ones available and add more directories. To get an idea of which additional directories could be useful refer recycle.jpeg and compost.jpeg. The notebook used to train the dataset and the best performing model with 98.2947% accuracy is saved at https://huggingface.co/dvk65/trash-classifier-resnet50. To use this dataset in your python project… See the full description on the dataset page: https://huggingface.co/datasets/dvk65/TrashTypes.

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes19downloads
Dataset Card

The dataset has images collected from publicly available resources like Kaggle and Roboflow, and some photos that I clicked.</br> Feel free to expand on the ones available and add more directories.</br> To get an idea of which additional directories could be useful refer recycle.jpeg and compost.jpeg.</br> The notebook used to train the dataset and the best performing model with 98.2947% accuracy is saved at https://huggingface.co/dvk65/trash-classifier-resnet50. </br> To use this dataset in your python project use:

from datasets import load_dataset

dataset = load_dataset("dvk65/TrashTypes", split="train")
label_names = dataset.features["label"].names

Currently, it is in a single train split.