installing requirements :
pip install flask
pip install numpy
pip install opencv_contrib_python
face recognition system using OpenCV and Flask
this project is based on training pictures of different people faces, and then comparing any face with trained faces;
in result it will show the similarity percentage between the picture and trained model
notes :
- before running recegniton action, please add enough faces to the database for an accurate training result
- number of faces from each person for training purpose must be equal, otherwise it will lead to wrong answers
- you can remove persons from database in "View users" section, remember the equality number of pictures between train elements
- run the project by running app.py