- Download 17
- File Size 294.47 KB
- File Count 1
- Create Date 12/05/2025
- Last Updated 12/05/2025
Hostel Security
Mrs.C.Agjelia Lydia1, Kaviya B2, Akshatha P3, Kavitha K4, Abinaya K5
#1 Assistant Professor, Department of Computer Science and Engineering, Sri Shakthi Institute of Engineering and Technology,
Coimbatore, Tamil Nadu, India. E-mail: agjelialydia@siet.ac.in
#2 Student, Department of Computer Science and Engineering, Sri Shakthi Institute of Engineering and Technology, Coimbatore, Tamil Nadu, India. E-mail:kaviyab23cse@srishakthi.ac.in
#3 Student, Department of Computer Science and Engineering, Sri Shakthi Institute of Engineering and Technology, Coimbatore, Tamil Nadu, India. E-mail:akshathaprabakaran23cse@srishakthi.ac.in
#4 Student, Department of Computer Science and Engineering, Sri Shakthi Institute of Engineering and Technology, Coimbatore, Tamil Nadu, India. E-mail: kavithak23cse@srishakthi.ac.in
#5 Student, Department of Computer Science and Engineering, Sri Shakthi Institute of Engineering and Technology, Coimbatore, Tamil Nadu, India. E-mail: abinayak23cse@srishakthi.ac.in
Abstract: Hostel security is a growing concern for educational institutions, and traditional surveillance methods often fall short in ensuring quick responses to unauthorized access. This project proposes an innovative face detection system using Python that aims to solve this issue. The system employs OpenCV for real-time facial recognition and integrates Twilio for SMS notifications to alert the warden immediately if an unauthorized person enters the premises. It also triggers a sound alert to draw attention in case of a day scholar or unknown person being detected. The face detection process begins with capturing video input and processing each frame to detect faces. The system is connected to a pre-existing database of hostellers' facial data.
If a detected face matches an entry in the database, the system classifies it as a resident and displays their details. If no match is found, the system classifies the person as an unauthorized guest, triggers an alarm, and sends an SMS notification via Twilio to the hostel warden. This system allows hostel management to streamline monitoring, eliminate the need for constant manual checks, and react promptly to unauthorized access. It also provides an added layer of security by storing each detected person’s details, including the time of entry and their identity. A simple and user-friendly interface shows the current status, including green (hosteller) or red (unauthorized person). The primary objective of this system is to enhance hostel security by automating reducing the human monitoring process, intervention, and providing real-time alerts for immediate action. The results indicate high accuracy in face detection, fast classification, and efficient response time in alerting authorities. Overall, this solution offers an effective and scalable approach to improving hostel security and ensuring a safer environment for all residents.
Keywords: This project revolves around key concepts such as face detection, facial recognition, and real-time surveillance using Python and OpenCV.
It incorporates the Twilio SMS API for instant alerts to wardens upon detecting unauthorized access. Other important keywords include automated alert system, video frame processing, hosteller database, intrusion detection, alarm triggering, and smart surveillance, all aimed at enhancing hostel security and ensuring campus safety with minimal human intervention.