Face Recognition
A Python application for real-time face recognition from a webcam.
The system uses OpenCV for video capture, drawing bounding boxes, and
rendering the interface, while the face_recognition library
powered by dlib handles face detection and computes
face encodings.
The project is designed for autonomous operation: new faces automatically
receive a UUID, are saved as Unknown, get their first photo,
and store an initial embedding. The system keeps a global event history,
separate logs for each person, and can accumulate new encodings over time
to improve recognition stability.