Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 696 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 696 Bytes

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