Private cameras in businesses, homes, and institutions play a crucial role in enhancing public safety and crime detection. Many private cameras lack clear locations, making it difficult for the police to efficiently access relevant video footage during investigations in specific crime-prone areas.
GeoGuard.2024.mp4
Frontend:
- Powered by React
- Integrated with Google Maps API
Database:
- Managed using Firebase
Backend:
- Python communicates with ML model
- ML model consists of YOLOv8 and Vertex AI along with ultralytics
Hosting:
- Hosted on Google App Engine
- Load balancer included for optimal performance
#direct to ml foldercd yolov8-live-master
# create python virtual environment
python3 -m venv venv
# activate the virtual environmentsource venv/bin/activate
# install dependencies
pip install -r requirements.txtpython3 -m main# install node_modules for client
npm install
#direct to Servercd server
# install node_modules for server
npm install#Run servercd server
npm start#on a separate cmd Run client
npm start- Enrollment of cameras and data storage.
- Administration of geotagged data.
- Using the Google Maps API to geotag the approved camera area and introduction.
- Interactive map will help the Control center module to strategically plan the layout to avoid any casualties.
- Analysis of video streams from registered cameras.
- Identification of specific objects using deep learning and object detection.
- Detection of camera failures.
- Real-time communication and alert generation based on detected objects.
- Notification of camera failures to the Owner and Control Center.
- Confirmation of camera registration and alert subscription.
- Map-based interface for displaying alerts and camera locations.
- Interface for contacting camera owners, requesting access to video footage, and dispatching police units.
- Reception and processing of alerts from the Object Detection and Failure Detection Module.
- Planning on switching to SQL based database for better scalability
- Achieving camera feed from local IP to public IP
- Implementing cloud-based storage to store CCTV footage using different encryption and compression techniques
Qualified for preliminary round of IEEE YESIST12.
Currently developing under guidance of Rajasthan Police (Finalist at Rajasthan Police Hackathon 1.0)
Presented project idea for City institute of disaster Management(BMC)