Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivangael/flask-realtime-object-detection-from-video

A simple flask web app that performs real-time object detection in video using YOLOv5 ultralytics.
https://github.com/ivangael/flask-realtime-object-detection-from-video

flask opencv python realtimeobjectdetection ultralytics video yolov5

Last synced: 5 days ago
JSON representation

A simple flask web app that performs real-time object detection in video using YOLOv5 ultralytics.

Awesome Lists containing this project

README

        

Real-Time Object Detection :

A simple flask web app that performs real-time object detection in video using YOLOv5 ultralytics.

![Demo](demo.png)

#### Features
- Video uploading
- Live video feed
- Real-time object detection and bounding boxes
- Confidence score display
- Sqlite database to log detections
- Analytics
- Chart
- Reports generation and export in various formats (PDF, CSV, Excel).

#### Requirements
- opencv
- ultralytics
- torch
- flask
- reportlab
- pandas
- xlsxwriter

#### To run
```
py app.py
```