Skip to content

N-Haritha16/Real-Time-Object-Detection-in-Browser-with-TensorFlow.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Real-Time Object Detection in Browser

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!

Features

  • 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

How to Run

  1. Download or clone this project
  2. Open a terminal in the project folder
  3. Run a local server (for example, with Python)
  4. Open your browser and go to http://localhost:8000
  5. Allow webcam access to see live detection
  6. Upload images to test image detection

Tech Used

  • TensorFlow.js
  • COCO-SSD model
  • JavaScript, HTML, CSS
  • Web APIs (webcam and canvas)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors