bartomolina / dscapstone

Flatiron Data Science Bootcamp - Capstone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatiron Data Science Bootcamp - Capstone

  • Student name: Barto Molina
  • Student pace: part time
  • Scheduled project review date/time: TBD
  • Instructor name: Victor Geislinger
  • Blog post URL: TBD

Deliverables


1. Introduction

Waste categorization is usually confusing and has some problems: Many times people don't use the correct recycling bins as guidelines for what can and cannot be recycled vary from state to state, even between cities, also, many products have different parts made up of different materials (plastic, glass, paper...). To help classifying the trash into the correct recycling category, we'll build a trash classifier to classify the trash into one of the recycling categories: cardboard, glass, metal, paper, plastic, trash.

The project is going to be based on the Waster-Sorter built by Collin Ching, which was inspired by the trashnet classifier by Gary Thung and Mindy Yang.

2. The dataset

I'm going to use the same dataset used in the two projects mentioned before. This dataset contains different 2527 images of products / garbage, organized by material:

  • 501 glass
  • 594 paper
  • 403 cardboard
  • 482 plastic
  • 410 metal
  • 137 trash

3. Methodology

The two projects mentioned before use different frameworks and libraries to process the images and build and train the CNN. The original trashnet project uses LUA / Torch, while Collin's project uses the fastai library, built on Pytorch.

For this project, I'm going to replicate Collin's project and build a classifier on TensorFlow / Keras, and compare the similarities and differences between the two.

4. Conclusions

5. Future work

6. References

About

Flatiron Data Science Bootcamp - Capstone


Languages

Language:Jupyter Notebook 100.0%