Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 535 Bytes

pam-face

Linux PAM module for face authenication.

Installation Instructions

  1. Install the following dependenices.
  • Dlib
  • libcblas
  1. Download the following files and store it in ./models directory
$ make
$ sudo make install
  1. Add auth sufficient pam_face.so to your pam configuration file to use this method of authenication.