Skip to content

Created a face recognintion model in python using Haar cascades.

Notifications You must be signed in to change notification settings

Laasyakshara25/face-recogniton-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Created a face recognintion model in python using Haar cascades.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages