Photo Cabinet app developed with Python. It includes a calibration function to calibrate coefficent to catch faces and count number of people in photo.
- First, clone this repository.
- Run:
cd photo-cabinet
python -m virtualenv .
pip install -r requirements.txt
- If you want to compile in an executable, you can use pyinstaller with any parameters you want, but must follow this response in Stack Overflow to include mediapipe dependency.