Face Recognizer is a Python-based application that can detect and recognize faces in images or via a webcam feed. It utilizes OpenCV for face detection and dlib for facial landmark extraction and recognition. This project provides a basic framework for face recognition, which can be further customized and extended for various applications.
-
Updated
Nov 1, 2023 - Python