Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.47 KB

File metadata and controls

27 lines (23 loc) · 1.47 KB

Face recognition project :

this is an edited version of " ageitgey face recognition project " . this version is ready to use with GUI and dataset .

Source project :

here you will find an explanation about the project & more information about downloading it step by step on other operating systems:

How face recognition works ?

Installation :

Requirements for windows 10 :

  • Python 3.3+ or Python 2.7
  • opencv 3.4.5
  • boost_1_65_0 ( needed when not using the latest version of dlib)
  • cmake-3.13.2-win64-x64
  • dlib-19.16 (Remember that for the latest versions of dlib you don't need boost anymore)
  • pip install + scikit learn + scipy + pandas + numpy ...
  • Microsoft Visual Studio 2017 with C/C++ Compiler installed
  • pyCharm

Installing on Windows 10 step by step :

While Windows isn't officially supported, helpful users have posted instructions on how to install it :