How install face recognition on python for windows 10
У вашего броузера проблема в совместимости с HTML5
1- install python 3.7
2- install VS community 2017 and choose Visual C++ tools for CMake
3- download face_recognition from github site
https://github.com/ageitgey/face_recognition
4- type the following command in the Command Prompt: pip install cmake, pip install face_recognition and pip install opencv-python
5- add photo (*.jpg) to examples folder
6- edit this code and run it