Loading repository data…
Loading repository data…
harshitj183 / repository
Object-Detector-DLM-WEB is a web-based application that utilizes deep learning models for real-time object detection and tracking using your camera feed. The application is built using HTML, CSS, and JavaScript, and leverages TensorFlow.js with the COCO-SSD model to detect and label objects in the video stream.
Object-Detector-DLM-WEB is a web-based application that utilizes deep learning models for real-time object detection and tracking using your camera feed. The application is built using HTML, CSS, and JavaScript, and leverages TensorFlow.js with the COCO-SSD model to detect and label objects in the video stream.
Clone the Repository:
git clone https://github.com/harshitj183/Object-Detector-DLM-WEB.git
Navigate to the Project Directory:
cd Object-Detector-DLM-WEB
Open index.html in Your Browser:
You can open the index.html file directly in your browser to view and use the application.
Allow Camera Access:
When you first load the application, you'll be prompted to allow access to your camera. Grant permission for the application to use the camera.
View Object Detection:
Once camera access is granted, the application will start streaming video and detecting objects in real-time. The detected objects and their names will be displayed on the video feed.
index.html: The main HTML file that sets up the page structure.style.css: Contains the styling for the application, including Google UI/UX design.script.js: Contains the JavaScript code for handling video streaming, object detection, and drawing bounding boxes.If you would like to contribute to this project, please follow these steps:
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or feedback, please contact Harshit Jaiswal.