Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.13 KB

Face Detection and Recognition Using Haar Cascade

This repository provides a simple and effective implementation of face detection using the Haar Cascade classifier in Python with OpenCV. Additionally, it includes optional enhancements for face recognition and demonstrates the detection of faces.

Overview

Haar Cascade is a machine learning-based object detection algorithm used to identify objects (e.g., faces) in an image or video based on pre-trained features. This project leverages OpenCV's implementation of Haar Cascade to detect and optionally recognize faces in real-time.

Installation

Clone this repository:

git clone https://github.com/Laasyakshara25/face-recogniton-opencv.git
cd face-detect.py

Example Results

Face Detection:

Below is an example of detected faces using Haar Cascade:

Face Detection Example

Face Recognition:

Below is an example of recognized faces:

Face Recognition Example