Skip to content

✨ add the new feature of face and eye detection into it

Latest
Compare
Choose a tag to compare
@GoogTech GoogTech released this 19 Dec 07:17
· 7 commits to master since this release

Face Recognition

A simple program about the face recognition

OS

  • Windows 10

Env

  • Python 3.7.3
  • pyttsx3 2.90
  • OpenCV 4.4.0
  • baidu-aip
  • Baidu AIP SDK( aip-python-sdk-2.2.15 )

How To Run

you need to install the dependencies firstly

$ pip install pyttsx3

$ pip install baidu-aip

$ python setup.py install

$ pip install opencv-python

then run it

$ python faceRecognition.py

Thanks