Skip to content

An AI model that selects what kind of trash an object is

Notifications You must be signed in to change notification settings

IMINABO1/Recycler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recycler

Recycler is an AI model that selects what kind of trash an object is. It is a Garbage-Collection-Classifier

The AI was trained using Xception model. The wasn't much preprocessing of input image since the dataset was not extremely large.

The Ai model takes in an input image and predicts what category of trash it belongs to. It can be used when selecting what recycle bin to discard an item.

The Classifier.ipynb is the Jupyternotebook used to train the model.
The predict.ipynb is the Jupyternotebook used for prediction of just one image.
The categorize.pyis the python file to categorize the trash using the AI model model.h5
The server.py is a Flask app that would be connected to a web application

About

An AI model that selects what kind of trash an object is

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published