Face Recognition with anti-spoofing using only RGB Cameras
Recognize multiple people (ideal for a security camera) by running
$pyth$ python recognize.py
Or recognize one single person with anti-spoofing activated (ideal for phone unlocking and emloyee attendance punching machine)
$ python recognize_with_antispoof.py
Don't forget to add the faces in the "faces" folder and modify "known_faces.py" accordingly!