Completed2020
Face Recognition System
Built a face recognition system using OpenCV in Python — detects faces, eyes, smiles, and identifies individuals with confidence scores.
PythonOpenCVComputer VisionDeep Learning
Built a face recognition system using OpenCV in Python. The system can detect a face and its various parts like eyes and smile. It also identifies the person by name and displays a confidence level in relation to the trained dataset.
Demonstrates computer vision fundamentals including Haar cascade classifiers, face encoding, and real-time video processing.
Key Highlights
- Face detection with component recognition (eyes, smile)
- Person identification with confidence scoring against trained dataset
- Real-time video processing using OpenCV Haar cascade classifiers
Tech Stack
Core
PythonOpenCV
CV
Haar CascadesFace EncodingReal-time Video Processing