FaceID (Python)
Personal project that uses dlib + OpenCV to verify my face in real time.
It compares my webcam feed to a reference image and shows whether a match is found.
Notes / Features
- live webcam capture
- dlib face detector + 68-point landmark predictor
- computes face descriptors + compares to reference
- dynamic thresholding (adjusts based on median distance)
- fullscreen window with side-by-side view:
- left: video w/ face boxes + landmarks
- right: info panel (status, distances, version string)
- simple callback function when a match is detected