Skip to content

techSash/Waste-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

In collaboration with Dhruv Hariharan

WASTE CLASSIFICATION

This repository contains code to classify waste into organic or recyclable.

We used a Deep Learning Keras model with 6 Convolutional Layers and 2 Dense Layers to achieve a 91% test accuracy. use_model function can be used to predict on new data.

DATASET

We scrapped the web for images on oraganic and recyclable items

We trained the model with 22564 images of which 12565 images were of oraganic items and 9999 images were of recyclable items. For the test set we had 1401 images for oragnic items and 1112 images of recyclable items making a total of 2513 items.

The dataset is available in kaggle. The link is available below
https://www.kaggle.com/techsash/waste-classification-data

Many hours of work has gone in collecting and cleaning the data. While the data is free to use, we expect attribution when the dataset is used.

Also please contribute to the data if possible.

DEPENDENCIES

  1. Keras
  2. Tensorflow
  3. open-cv
  4. PIL
  5. matplotlib

About

This repository contains code to classify images of waste into organic or recyclable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published