rna-garbage-classification

🗑Domestic Garbage Classification built in Python and Keras

Stars
1
Committers
3

Domestic Garbage Classification

Domestic Garbage classification built in Python and Keras.

Challenge

Classificate some objects found in domestic garbage using the Kaggle dataset at https://www.kaggle.com/datasets/farzadnekouei/trash-type-image-dataset/. The dataset contains 6 distinct classes:

  • 📦 Cardboard;
  • 🥂 Glass;
  • 🛢️ Metal;
  • 🗞️ Paper;
  • 🥤 Plastic;
  • 🗑️ Trash.

Authors