Face Recognition Gate Opening System Using Deep Learning
Authors/Creators
- 1. Jain (Deemed-to-be University), Bengaluru
Description
This project presents a Face Recognition Gate Opening System using Deep Learning techniques. The system uses OpenCV for real-time face detection and DeepFace (FaceNet512 model) for facial recognition.
The system captures live video through a webcam, detects faces, and compares them with stored facial embeddings using Euclidean distance. If a match is found, the gate opens automatically; otherwise, access is denied.
The system also maintains logs of user entries for security tracking. This solution provides a secure, efficient, and contactless access control system, overcoming limitations of traditional methods like keys and ID cards.
Technologies used include Python, OpenCV, DeepFace, and Convolutional Neural Networks (CNN).
Files
NAJI RP.pdf
Files
(436.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:6be15a946bd8c035aea9237b70281910
|
436.9 kB | Preview Download |
Additional details
Dates
- Created
-
2026-04-28
Software
- Repository URL
- https://github.com/Najizz/Face-Recognition-Gate-Opening
- Programming language
- Python