Skip to content

Viswalahiri/Face_Detection_Haar_Cascade

Repository files navigation

Face_Detection_Haar_Cascade

forthebadge

For further technical details click here

Description

Face detection performed with the help of the Haar Cascade Frontal Face Model.

Implemented with OpenCV (Python 3) in Python, this repository contains code that enables the use of Computer Vision algorithms and facilities. These faces can be further used as inputs to a facial recognition model.

About Haar-Cascade

The Haar-Cascade algorithm is a machine learning object detection algorithm, that can be used to identify specific objects based upon the features that are found in an image or many images played together (i.e., video).

Prerequisites and Installation

This package assumes you use Python 3.x.

Expected package dependencies are listed in the "requirements.txt" file for PIP, you need to run the following command to get dependencies:

pip install -r requirements.txt

Examples

Input

Use a folder with one/multiple photo(s) with one or more faces, as an input for the algorithm.

Execution

Run main.py.

> Enter Path Where Images Exists.
C:\SPECIFY_PATH_OF_EXISTANCE
> Enter Path Where You Would Like to Push.
C:\SPECIFY_PATH_TO_PUSH

Output

Photos corresponding to individual faces get pushed to the folder specified in path

Contributing

If you found any mistakes in my code, or if you can enhance the quality of documention, please feel free to contribute! Here are 3 steps to contributing.

  1. Fork this project.
  2. Commit your changes.
  3. Create a new Pull Request and link an issue with it.

Meta GitHub followers

Name Github LinkedIn E-mail Phone
Viswalahiri Swamy Hejeebu @viswalahiri @viswalahiri E-mail (+91) 630-152-9655

Distributed under the MIT License. See LICENSE for more information.

About

Face detection performed with the help of the Haar Cascade Frontal Face Model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages