A basic python CLI face detection app that leverages the pre-trained openCV Haarcascade frontalface classifier.
Install Python:
brew install [email protected]
OR
brew install pyenv
pyenv install 3.11.4
pyenv global 3.11.4and openCV:
pip install opencv-pythonTo use the program, simply run the following command:
$ git clone https://github.com/mufudzimasaire/face-detection.git
$ cd face-detection
$ python3 main.pyTo quit the program, press the keyboard letter q.