https://github.com/saurabh-dhoke/device-security-system
Device Security System - Developed a faial recognition based security application to prevent unauthorised device access during boot. Grants access only to registered users, while unrecognized faces trigger an alarm and notify the owner with an image.
https://github.com/saurabh-dhoke/device-security-system
linux ml python ubuntu
Last synced: over 1 year ago
JSON representation
Device Security System - Developed a faial recognition based security application to prevent unauthorised device access during boot. Grants access only to registered users, while unrecognized faces trigger an alarm and notify the owner with an image.
- Host: GitHub
- URL: https://github.com/saurabh-dhoke/device-security-system
- Owner: Saurabh-Dhoke
- Created: 2025-03-20T09:30:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T09:56:13.000Z (over 1 year ago)
- Last Synced: 2025-03-20T10:34:35.403Z (over 1 year ago)
- Topics: linux, ml, python, ubuntu
- Language: Python
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Device-Security-System
# Description :
Device Security System - Developed a facial recognition based security application to prevent unauthorised device access during boot.
Grants access only to registered users, while unrecognized faces trigger an alarm and notify the owner with an image.
atomatically shuts down the system if no face is detected or the face dosen't match.
Ensures robust protection against unauthorised boot attemps.
# Reference : https://www.python.org/
# Technology Used :
Programming Language : Python 3.0
Operating System : Ubuntu 20.04 (Linux)
# Neccesary packages to install :
1. tkinter
2. playsound
3. threading
4. cv2
5. numpy
6. os
7. time
8. face_recognition
9. subprocess
10. random
11. datetime
12. pyautogui
13. sys
14. smtplib
15. email
16. urllib
# install by using pip command :
pip install
OR
pip3 install