Skip to content

mufudzimasaire/face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Face Detection CLI App

A basic python CLI face detection app that leverages the pre-trained openCV Haarcascade frontalface classifier.

Requirements

Install Python:

brew install [email protected]

OR

brew install pyenv
pyenv install 3.11.4
pyenv global 3.11.4

and openCV:

pip install opencv-python

Usage

To use the program, simply run the following command:

$ git clone https://github.com/mufudzimasaire/face-detection.git
$ cd face-detection
$ python3 main.py

To quit the program, press the keyboard letter q.

About

Simple python cli app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages