Skip to content

This is a simple object detection app which uses tensorflow.js and coco-ssd model to detect objects in real time. It uses your webcam to capture the video and then perform detection on it. It can detect multiple objects at a time and draw a bounding box around them.

Notifications You must be signed in to change notification settings

Dheeraj9811/DetectNet-Web

Repository files navigation

DetectNet-Web

DetectNet-web is your ultimate tool for effortless object detection, powered by ReactJS. This sleek web app is designed to run smoothly on edge devices, providing real-time detection without the need for extensive infrastructure. With its integrated ML object model, DetectNet-web delivers accurate detection results with lightning speed. Step into the future of object detection technology with DetectNet-web.

Features

  • Real-time object detection using webcam feed
  • Uses TensorFlow.js and COCO-SSD model
  • Detects multiple objects at once
  • Draws bounding boxes around detected objects

Getting Started

To get started with DetectNet-Web, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/DetectNet-Web.git
     
     cd DetectNet-Web
     npm install
     npm run dev

Open your web browser and navigate to http://localhost:3000 to use the application.

TODO

  • Fix the bounding box for smaller screen sizes (below 640x480)

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

Usage

Upon launching the application, you will be prompted to select a webcam device. Once a webcam is selected, the application will start detecting objects in real time from the webcam feed. Detected objects will be highlighted with bounding boxes.

About

This is a simple object detection app which uses tensorflow.js and coco-ssd model to detect objects in real time. It uses your webcam to capture the video and then perform detection on it. It can detect multiple objects at a time and draw a bounding box around them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published