Retour aux projets
Real-time object detection
A browser-native demo powered by COCO-SSD (90 classes) and TensorFlow.js. Everything runs locally: upload a photo or enable your webcam and watch detections appear instantly.
Erreur de chargement du modèle
Ou essayez avec une image d'exemple:
Tech stack
- β’TensorFlow.js β runs the COCO-SSD model fully client-side
- β’React Hooks β manage camera/video lifecycle and inference loop
- β’Canvas API β draws bounding boxes and labels on top of the video feed
- β’TypeScript β typed detection pipeline for more robust UI state
Highlights
- βPrivacy first: 100% client-side, no uploads to any server.
- βReal time: optimized inference loop for smooth webcam usage.
- β90+ classes: people, animals, vehicles, everyday objects.
- βConfidence slider: tune sensitivity for your use case.
- βResponsive: works on desktop and mobile browsers.
β‘οΈ
Performance note
The model loads on first use (a few seconds). Once cached, detections are near-instant. For the best FPS, keep uploads under ~2 MB or reduce webcam resolution.
Use cases
π
E-commerce
Auto-tagging products, visual inventory control, image-based search.
π
Industrial
Automated quality checks, anomaly detection, on-the-fly item counting.
π
Security
Smart surveillance, intrusion detection, and lightweight video analytics.