/Face_Detection_Haar

(UNFINISHED )Face Detection Basic using Open CV and Haar-Cascade Classifier Algorithm forked from https://github.com/anaustinbeing/haar-cascade-files

Primary LanguagePythonMIT LicenseMIT

Face_Detection_Haar

(UNFINISHED )Face Detection Basic using Open CV and Haar-Cascade Classifier Algorithm forked from https://github.com/anaustinbeing/haar-cascade-files

OpenCV Installation

pip install opencv-python

to check if it runs, use

python3 -c "import cv2"