Skip to content

sivaprasad2000/FaceCropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceCropper

FaceCropper is a simple application to crop faces out of group photos

alt text

Installation

(Making a python environment is recommended)

Install opencv

pip install opencv-python

Install PIL

pip install pillow

Install numpy

pip install numpy

Since we are using ImageTk, we need to install it seperately In linux :

sudo apt-get install python3-pil.imagetk
sudo apt-get install python3-imaging-tk

Usage

To run the application use the following command

python3 main.py

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages