Skip to content

A Python based tool to extract faces from any picture.

License

Notifications You must be signed in to change notification settings

shanewa/Face-Detect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Extractor

A Python tool that can extract Faces from Images.

I also built a similar tool capable of Facial recognition.

Installations

virtualenv venv
source venv/bin/activate
pip install opencv-python

Usage:

git clone https://github.com/JeeveshN/Face-Detect.git
cd Face-Detect
python detect_face.py "Image path or just name if in same folder"

Demo:

Command

Detected Faces

The Extracted Images

Note:If some faces are not detected try reducing the value of scalefactor in Detect_face.py on Line 20

About

A Python based tool to extract faces from any picture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%