Run the demo:
pip install -r requirements.txt
python main.py- Real-time Pose Tracking: High-speed skeleton overlay using MediaPipe.
- Behavior Analysis: Detects Falls, Loitering, and Aggressive motion.
- Privacy First: No face recognition utilized.
- Dashboard: Live risk-scoring and event logging.
main.py: Core integration.pose_tracking.py: Skeleton detection.behavior_analysis.py: Threat detection logic.