install required libraries: 1)face_recognition 2)opencv-python 3)pandas
-> pip install face_recognition, opencv-python, pandas
It has two function mainly:
Picture():- This function will process the given image and compare it with the data present in Images Folder and return a list of persons present.
Video(): - This function will process the given mp4 video and compares the faces in video with the faces in Images folder and return a list of names.