A simple Face Recognition application using python, opencv and face-recognition. For detail explanation check out my blog.
This was possible only due to the simple and clear explanation by Adrian Rosebrock's blog.
python3 -m venv venvsource venv/bin/activate.\venv\Scripts\activatepip3 install -r requirements.txtpython3 -m face_recognition_images -i /path/to/image/file.jpg -m hogpython3 -m detect_faces_from_video -v /path/to/video/file.mov -m hogpython3 -m detect_faces_from_video -m hog