Face_Detector
Face recognition with trained classifiers for detecting objects using OpenCV
Libraries required to be installed using pip Command:
- cv2
- numpy
- dlib
Using webcam code:
cap = cv2.VideoCapture(1)
For PC or Laptop webcam code :
cap = cv2.VideoCapture(0)