Simple program that uses the face-recognition python library.
Pictures gotten from LFW
Uses dlib Installation of dlib can be found here
Instructions:
- Create python virtualenv
- git clone https://github.com/davisking/dlib.git
- python3 setup.py install
- pip3 install
- run!