SHEye is an AI-powered real-time CCTV surveillance system that detects harassment, stalking, and violence in public places like metros and stations. It uses YOLOv8, OpenCV, and FastAPI to send instant alerts via WhatsApp/SMS — no human needed.
- 🎯 Real-time detection of harassment, violence, and falling down
- 🔍 Powered by YOLOv8 and OpenCV
- 📦 FastAPI-based alerting system
- 📲 Instant WhatsApp/SMS/email alerts
- 📊 Local dashboard for monitoring
- 📁 Incident report logging and video snippet saving
- Python
- OpenCV
- YOLOv8
- FastAPI
- Twilio API / WhatsApp API
- Streamlit (for local dashboard)
(Add a screenshot of your dashboard or detection screen here)
SHEye/ ├── models/ # Custom YOLOv8 models ├── data/ # Training datasets ├── app/ # FastAPI backend ├── dashboard/ # Streamlit frontend ├── utils/ # Helper scripts ├── README.md