Smart Face Registration System
A real-time face detection and dataset collection system built with OpenCV's Haar Cascade classifier. Captures 50 grayscale face samples per user via webcam, annotates the live feed with bounding boxes, and saves a structured dataset ready for recognition model training.
Features a voice-guided UX via pyttsx3 — greeting, announcing capture, and confirming completion. User identity is persisted to a name map for recognition labeling.
Tech: Python · OpenCV · Haar Cascade · pyttsx3 · cv2.VideoCapture