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