Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 333 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 333 Bytes

OpenCV-face-detection

Detect and label faces from webcam with OpenCV

Installation Prerequisites:

Install OpenCV with pip

python -m pip install opencv-python

or

pip install opencv-python

Credits

Original program from Clever Programmer.