This project detects objects like people, animals, and things in real-time using your webcam or images you upload. It uses TensorFlow.js and a pre-trained model called COCO-SSD — all running directly in your web browser. No backend or API keys needed!
- Detects objects live from your webcam
- Detects objects in uploaded images
- Shows boxes and labels around detected objects
- Works fully in the browser for fast and private detection
- Download or clone this project
- Open a terminal in the project folder
- Run a local server (for example, with Python)
- Open your browser and go to
http://localhost:8000 - Allow webcam access to see live detection
- Upload images to test image detection
- TensorFlow.js
- COCO-SSD model
- JavaScript, HTML, CSS
- Web APIs (webcam and canvas)