Python • OpenCV • MobileNetSSD

AI Vision Detector

A computer-vision project built with Python, Flask, and OpenCV. Upload an image or use your camera to explore object detection in the browser.

Original implementation

Python-powered real-time detection

The original project uses Flask to serve an MJPEG camera stream, OpenCV's DNN module to load a MobileNetSSD Caffe model, and NumPy to process frames. It detects 20 everyday object classes at a confidence threshold above 20%.

Pipeline

  1. 01 Capture frames with OpenCV
  2. 02 Resize into a 300 × 300 DNN blob
  3. 03 Run MobileNetSSD inference
  4. 04 Draw labels and bounding boxes

Project imagery

Scenes ready for detection

Road traffic
Road traffic
Open office
Open office
Team meeting
Team meeting
Outdoor scene
Outdoor scene

Loading AI model...

Built with v0