-
Notifications
You must be signed in to change notification settings - Fork 328
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature Description
This project performs real-time waste classification using a video stream captured from a webcam. It applies a pre-trained Keras model to classify waste into categories (e.g., Recyclable, Hazardous, Food, Residual) and provides visual feedback by overlaying relevant images (waste type, arrow, bin) onto a background.
Use Case
Real-Time Waste Classification: Uses a webcam feed to classify waste into predefined categories.
Keras Model Integration: Classifies waste using a pre-trained model.
Image Overlay: Dynamically displays waste images and bins based on classification results.
Custom Waste/Bin Mapping: Different waste types are mapped to specific bins for disposal.
Benefits
This feature allows users to classify waste in real-time using a simple webcam interface, helping users to sort waste efficiently based on the type. It provides clear visual feedback, guiding users on where to dispose of the detected waste.
Add ScreenShots
No response
Priority
High
Record
- I have read the Contributing Guidelines
- I'm a GSSOC'24 contributor
- I want to work on this issue