Real Time Face Recognition demo with django as web framework and python face_recognition part as the back-end (https://github.com/ageitgey/face_recognition)
the recognizing time is less than 2s in the browser
but the recognize accuracy is remain to improve
/root/Desktop/Face_Recognise/manage.py runserver_plus --cert server.crt 0.0.0.0:80
/root/Desktop/Face_Recognise/util/server.py runserver 0.0.0.0:9001