Here is the markdown description:
Face Recognition You can also read a translated version of this file.
The face recognition model is trained on adults and does not work very well on children. It tends to mix up children quite easy using the default comparison threshold of 0.6.
Accuracy may vary between ethnic groups. Please see this wiki page for more details.
Since face recognition depends on dlib which is written in C++, it can be tricky to deploy an app using it to a cloud hosting provider like Heroku or AWS. You can try the Docker image locally by running: docker-compose up --build
If you run into problems, please read the Common Errors section of the wiki before filing a github issue.
> Visit face recognition Website <