Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 555 Bytes

File metadata and controls

31 lines (24 loc) · 555 Bytes

Real-Time Object Detection :

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

Demo

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