README.md
742 Bytes
Simple Face Recognition
- Used dlib_face_recognition_resnet_model_v1.dat model
- Used dlib frontal_face_detector
- Used dlib shape_predictor
Download Models
Dependencies
- Python 3+
- dlib
- OpenCV
- numpy
- matplotlib (for visualization)