Skip to content

rykerdz/face_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face extractor

An AI tool that detects and extracts visible and partially visible faces from images.

  • Extracts and saves detected faces to the faces folder.
  • draws a box around all detected faces and saves a copy of the original image in the results folder.
  • you can run the script on one or multiple images at once.

Input image

This is an image

Detected faces

This is an image

Extracted faces

This is an image This is an image

Installation

git clone https://github.com/rykerdz/face_extractor
cd face_extractor
pip install -r requirements.txt

Usage

  1. Move your images to the images folder.
  2. run python face_extractor.py

After running the script you should find your results in the results and faces folders

Used Libaries

  • OpenCV
  • numpy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages