FaceCropper is a simple application to crop faces out of group photos
(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
To run the application use the following command
python3 main.py