CoolFace
Datasetpublic

Mayank14/Multi-Class-Waste-Image-Classification-Dataset

Multi-Class Waste Image Classification Dataset Overview This dataset is curated for multi-class waste classification using computer vision and deep learning techniques. It provides a structured, high-quality benchmark for training custom CNN architectures, benchmarking transfer learning models, and building automated waste sorting pipelines. Dataset Structure The dataset follows a standard directory format compatible with common deep learning… See the full description on the dataset page: https://huggingface.co/datasets/Mayank14/Multi-Class-Waste-Image-Classification-Dataset.

sourceHugging Facecc-by-2.5updated 1mo agoView on Hugging Face
0likes19downloads
Dataset Card

Multi-Class Waste Image Classification Dataset

Overview

This dataset is curated for multi-class waste classification using computer vision and deep learning techniques. It provides a structured, high-quality benchmark for training custom CNN architectures, benchmarking transfer learning models, and building automated waste sorting pipelines.


Dataset Structure

The dataset follows a standard directory format compatible with common deep learning frameworks (torchvision.datasets.ImageFolder, tf.keras.utils.image_dataset_from_directory):

text
dataset/
├── Plastic waste/
├── Paper and cardboard waste/
├── Glass waste/
├── Metal waste/
├── Organic waste/
├── Electronic waste/
├── Medicinal waste/
├── Hazardous waste/
└── General Waste/