Skip to content

Sanugiw/Trash-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ—‘๏ธ Smart Trash Classifier

Raspberry Pi-based waste sorting system using TensorFlow Lite

๐ŸŒŸ Features

  • Real-time trash classification (plastic, paper, metal, glass, etc.)
  • Web interface via Flask
  • Recyclable/non-recyclable determination
  • Confidence threshold filtering
  • Optimized for Raspberry Pi

๐Ÿ› ๏ธ Hardware Requirements

Component Specification
Raspberry Pi 4
Camera Pi Camera v2 or USB webcam
RAM Minimum 2GB
Storage 8GB+ SD card

๐Ÿš€ Quick Start

Installation

# Clone repo
git clone https://github.com/sanugiw/trash_classifier.git
cd trash_classifier

# Create virtual environment
python3 -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

About

Raspberry Pi-powered automatic trash classifier system using TensorFlow Lite to classify recyclables like plastic, paper, metal, and glass in real-time through a local Flask web interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors