Skip to content

itsdiy0/faceRec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faceRec

example example

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

About

face recognition system using OpenCV and Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages