Commit Graph

4 Commits (5c4e61759532446e3d37a4dcb4393ccb222afef0)

Author SHA1 Message Date
bahawal.baloch 5c4e617595 Add dashboard template for surveillance system
- Created a new dashboard.html file for the surveillance dashboard interface.
- Implemented responsive layout with CSS grid for KPI display and video panel.
- Added styling for header, sidebar, alert banner, and various UI components.
- Included responsive design adjustments for mobile view.
2026-03-30 20:00:34 +05:00
bahawal.baloch 69b58ffa07 Add requirements.txt to specify project dependencies 2026-03-30 20:00:21 +05:00
bahawal.baloch b55999d23f Add .gitignore to exclude environment and model files 2026-03-30 20:00:15 +05:00
bahawal.baloch e956070aa2 Add camera stream processing with YOLO object detection
- Implemented a new camera_stream.py file for real-time video processing.
- Integrated YOLO model for detecting people in the video stream.
- Added functionality for grouping detected individuals based on proximity.
- Implemented alert system for detecting groups over a specified duration.
- Included state management for stream status and alerts.
- Utilized Flask for serving video stream and alert information.
- Configured environment variables for RTSP stream access.
2026-03-30 19:59:22 +05:00