Welcome to the Real-Time Object Detection App! This project demonstrates how to build a real-time object detection application using Tensorflow.JS and React.JS. The app utilizes the pre-trained COCO SSD model to detect and classify objects through the user's webcam.
- Real-Time Detection: Detects and classifies objects in real-time using your webcam.
- Pre-trained COCO SSD Model: Leverages the COCO SSD model for efficient and accurate object detection.
- JavaScript
- React.JS
- Tensorflow.JS
- HTML
- CSS
Follow these instructions to get a copy of the project up and running on your local machine.
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/mbelk059/RealTimeObjectDetection.git
- Navigate to the project directory:
cd RealTimeObjectDetection - Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000.
Once the app is running, it will request access to your webcam. Allow access, and you should see a live video feed with real-time object detection and classification.

