I have made a face detector using python which detects face like when we take photo in our smartphone and face detector detects our face.
In this project I use cv2 module for detecting face, So first you need to install the cv2 module.
This is just my curiosity When I saw this feature in my phone, Then I thought can I make it with the help of Python.