SANYAM.SYS☀ DAY SHIFT☾ NIGHT SHIFT
0%boot
All projects

CogniRecycle

Smart City Waste Classification

Computer-vision waste sorting for smart city pipelines: a YOLO detector classifies waste materials in real time, and a second model cross-checks each result to flag contamination from mixed or incorrect disposal.

View SourceDecember 2025
CogniRecycle · SchematicFIG/07
B!~AIdual-model check · real-time

Waste contamination silently degrades recycling streams. One wrong item in a bin can spoil the whole batch. CogniRecycle watches the stream with two models, cross-checks every classification, and flags contamination as it happens.

Camera / Image Input
YOLO Detector (object detection + material classification)
Secondary Model (contamination check)
Post-processing
Class + Contamination Status
  • Real-time waste detection and material classification with YOLO (Ultralytics)
  • Multi-class recognition across plastic, paper, metal, glass, and other material types
  • Secondary contamination model that catches mixed or incorrectly disposed waste
  • Combined decision output: material class plus contamination status per item
  • Low-latency inference pipeline built for smart bins, sorting systems, and recycling plants
  • Dual-model inference pipeline: the primary YOLO model detects and classifies waste, a secondary model reviews each result for contamination, and the two outputs combine into one routing decision.
  • Trained on Garbage Classification Dataset 2 with a low-latency pipeline designed for camera and smart-bin integration.