You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used openCV (cv2) library and it's built in CascadeClassifier model to detect faces.
This project takes an image, removes the background, body, neck and everything else except the face and then, the face will be stored in a file named "cropped_face.jpg"
note: if the input image has more than one face or no face at all, the app will raise a customized error.