• Stars
    star
    165
  • Rank 228,136 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Python based tool to extract faces from any picture.

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