This web application demonstrates real-time object detection using TensorFlow.js and COCO-SSD (Common Objects in Context - Single Shot MultiBox Detector). It allows users to detect objects in live webcam feeds, uploaded images, or videos directly within their web browser.
- Choose between webcam, image, or video input for object detection.
- Real-time detection of various objects with confidence scores.
- Capture screenshots of detected objects.
- Responsive design for different devices.
Include a GIF or screenshot of your web application in action here.
- TensorFlow.js
- COCO-SSD model
- HTML/CSS/JavaScript
- (Add any other relevant technologies)
To run this application locally, follow these steps:
-
Clone this repository:
git clone <repository-url> cd <repository-folder>
-
Open
index.html
in your web browser. -
Choose the input type (webcam, image, or video) and click "Start Detection".
-
(Add any other necessary steps for setup/configuration)
- Select your preferred input type (webcam, image, or video).
- Click "Start Detection" to initiate object detection.
- Use the "Stop Detection" button to pause or stop detection.
- Capture screenshots using the "Capture Screenshot" button.
Contributions are welcome! Please fork this repository and submit a pull request with your improvements.
This project is licensed under the MIT License.