/Face-Detection

Example script for detecting faces from images. Face detection is based on Haar cascade classifier for fast face detection.

Primary LanguagePython

Face-Detection

Example script for detecting faces from image based on Haar Cascade Classifier

Zrzut ekranu 2020-04-7 o 18 13 40

Zrzut ekranu 2020-04-7 o 18 18 58

Getting Started

Install:

git clone git@github.com:MikeG27/Face-Detection.git
cd Face-Detection
pip install -r requirements.txt

Usage:

To run the script type in 'python face_detector -i [input folder] -o [output folder ]>'

Created with ❤️

By Michal Gorski