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
- Host: GitHub
- URL: https://github.com/iv4n-ga6l/flask-realtime-object-detection-using-webcam
- Owner: iv4n-ga6l
- Created: 2024-05-22T11:30:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T01:50:46.000Z (11 months ago)
- Last Synced: 2025-01-31T13:13:59.736Z (8 months ago)
- Topics: flask, object-detection, opencv, python, ultralytics, yolov5
- Language: Python
- Homepage:
- Size: 5.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````