An open API service indexing awesome lists of open source software.

https://github.com/iv4n-ga6l/flask-realtime-object-detection-using-webcam

A simple flask web app that streams live video from a webcam and performs real-time object detection using YOLOv5 ultralytics
https://github.com/iv4n-ga6l/flask-realtime-object-detection-using-webcam

flask object-detection opencv python ultralytics yolov5

Last synced: 7 months ago
JSON representation

A simple flask web app that streams live video from a webcam and performs real-time object detection using YOLOv5 ultralytics

Awesome Lists containing this project

README

          

## Real-Time Object Detection

A simple flask web app that streams live video from a webcam and performs real-time object detection using YOLOv5 ultralytics.

#### Features
- Live video feed
- Real-time object detection and bounding boxes
- Confidence score display

### Install
````
pip install -r requirements.txt
````

### Run
````
py app.py
````