A face recognition security system designed for vehicles. Written in Python and uses machine learning libraries like OpenCV, Dlib, Tensorflow, Keras, and Scikit. Has features such as face-scan (adds faces to the database instantly) and liveness-detection (detects if the face being detected is a live face or a fake picture). Still in testing and being worked on extensively.
If cloned, run the setup.sh script--it will setup the needed directories.
A face must be added before attempting to use the recognize feature, otherwise the face recognition code will return an error stating that there is no input.