Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 650 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 650 Bytes

faceRec authorization system

By this little script you can use your web camera of laptop as autorization system to some type of application.


Idea

When you did photo as example, will be generated random password and ciphered into some file. And then when you will try login in some app using your face, system recognize you and return your random generated password. Only system knows your password, but if you want you can write pass in text file.


Tools

To realise out system use next technologies:

  • Python version: 2 or 3
  • Open Computer Library (OpenCV)
  • haarCascades
  • dlib library
  • COMMING SOON ...