Edit model card

RecycleTree - Others Classification Model

Banner

RecycleTree is a project from CZ3002 Advanced Software Engineering in Nanyang Technological University. It aims to enable users to have a more informed recycling experience, from finding the nearest recycling bins, to checking whether the item they wish to recycle can indeed be recycled, to learning more about recycling and contamination in general.

The whole project can be found on GitHub

This image classification model in particular is to classify plastic trash items into the following classes:

  • Battery
  • Electronic Waste
  • Stationery

Training Data

The training dataset had 11453 images across 3 classes, with each class having roughly the same distribution of images. The images were either scraped from Google image search, or obtained by ourselves in real life.

Training Procedure

As the purpose of this model was to act just as a proof of concept for quick prototyping of RecycleTree, I opted to use the fast.ai library and a simple model architecture of ResNet34. The training procedure is following the recommendations from fast.ai

Other Models

There are also other models in the RecycleTree model series:

Downloads last month
0

Spaces using pyesonekyaw/recycletree_others 5