Object Detection

Real-time object detection using TensorFlow.js and COCO-SSD model that runs completely on your device.

Configuration

Changing model will download it if not already loaded

Loading object detection model...

About This App

This object detection app uses TensorFlow.js with the COCO-SSD (Common Objects in Context - Single Shot MultiBox Detection) model to identify objects in images or video. Everything runs locally in your browser.

Features:

  • Detection in uploaded images
  • 90 different object classes recognized
  • Privacy-first: runs completely on-device
  • Works offline after initial load

Technical Details:

This application uses the MobileNet SSD architecture optimized for mobile and web environments. The model is downloaded to your browser the first time you use the app. It can detect and classify 90 different types of common objects.