face detection and recognizing using face recognition library
This repository uses the face recognition library to detect faces in the frame and recognize those faces.
OpenCV: pip install opencv-python
face_recognition: pip install face_recognition
my_image variable is the image of face that we want our program to recognize. Download this repository and save a picture of your face in current directory then run the program.