git clone repo
git clone git@github.com:ageitgey/face_recognition.git
install docker if you do not have it
Build docker
docker-compose up --build
run docker
docker-compose run face_recognition bash
go to folder
cd /root/face_recognition/examples/
run
python3 recognize_faces_in_pictures.py
or run
face_recognition --show-distance true images/known/ images/unknown/
or run
python face_recognition_knn.py