Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 623 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 623 Bytes

Face-Eyes-Detection

Face and eye detection in python using opencv

To run the code, first create a folder and download the code in that folder and then run the code in any IDE or command prompt or terminal.

#My filename is live_face_detection. instruction to run in command prompt/terminal - python live_face_detection.py(for python version 3.8 and below) py live_face_detection.py(for python version 3.9 and above)

Libraries required/used(if required install these libraries using the following command in terminal): pip install opencv-python pip install numpy