Used mtcnn and facenet for facial recognition. Gallery has the images of the people with file name as their label. Currently matching a video against the provided images in the gallery.
use environment.yml file to setup your environment.
pipeline.py is the endpoint for the code.
To run the code run following command:
python pipeline.py ./gallery/ test.mp4
Watch the video here to see results.