rifjan29/deteksi-image
This repository contains a complete solution for face detection using Haar Cascade Classifiers. The system captures images from a webcam, processes them using a Python API, and compares the detected faces with pre-stored images. If a match is found, it indicates the identity of the detected person; otherwise, it notifies that no match is found.
Python