Skip to content

A face recognition technology that automatically opens a password-protected Windows machine when the user is detected

Notifications You must be signed in to change notification settings

ramizeid/Face-Recognition-Unlocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition-Unlocker

  • Please change the "FACES LOCATION" text in the main.py file to the faces database location
  • When setting up the software, the user provides this technology with a few pictures of him/her, which are then added to a database stored on the user's machine
  • This technology uses the OpenCV Python Library in order to recognize a user's facial features and compare them to the pictures stored in the local database. If the latter match, the machine unlocks
  • For the time being, the software uses an artificial intelligence system developed by me. However, I intend on using the TensorFlow library in the future due to its higher levels of precision when it comes to face detection
  • As of December 29th, 2019, the software only includes the face identification and recognition system. The machine unlocker option will be added in the near future.
  • Please note that this project is still in its early stages. Updates will be made regularly

About

A face recognition technology that automatically opens a password-protected Windows machine when the user is detected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages