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
Files
(1.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6ee4d5393d5057784c2fb7edf1a84e1e
|
1.0 MB | Download |
Additional details
Dates
- Created
-
2026-04-28
Software
- Repository URL
- https://github.com/Najizz/Face-Recognition-Gate-Opening
- Programming language
- Python