Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 806 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 806 Bytes

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