Bharatiya Rescue is an innovative project aimed at leveraging cutting-edge technology to help reunite missing individuals with their loved ones. Our user-friendly system, built using Django, HTML, CSS, JavaScript, OpenCV, and the facerecognition
library, combines a smooth UI with robust functionality to ensure an efficient and seamless experience for all users.
- Register a missing person complaint with essential details like a recent photograph, name, address, Aadhar number, email, and mobile number.
- Surveillance mode: The system uses facial recognition to detect the missing person's face. If a match is found, an email alert is automatically sent to the parents and the police.
- Location storage: The system stores the missing person's last known location in a secure database.
- Admin management: Admins can remove entries when the missing person is found, maintaining an up-to-date and efficient system.
- Integration with advanced AI algorithms and machine learning models for improved face recognition accuracy.
- Use of geospatial technology for real-time tracking.
- Integration with social media and public alert systems to increase community response.
- Collaboration with law enforcement and technology innovators for continuous improvements.
- Akash Mohanty
- Sarin Sahu
- Python 3.x
pip
(Python package installer)
git clone https://github.com/thegeek36/Missing-Person-Detection-System.git
cd Missing-Person-Detection-System
python -m venv venv
source venv/bin/activate # For Windows use: venv\Scripts\activate
pip install -r requirements.txt
Delete the existing db.sqlite3
file (if present):
rm db.sqlite3 # For Windows, use: del db.sqlite3
Create a new database:
python manage.py migrate
python manage.py createsuperuser
Follow the prompts to set up your admin username, email, and password.
python manage.py runserver
Open your browser and navigate to http://127.0.0.1:8000
to view the application.
Ensure to change the SMTP details in core/core/settings.py
to enable the email alert functionality.
If you like the project, don't forget to star the repository!