Skip to content

🎉 a simple face recognition by Baidu AIP SDK

Compare
Choose a tag to compare
@GoogTech GoogTech released this 19 Dec 03:10
· 12 commits to master since this release

Face Recognition

A simple program about the face recognition and refer to this teaching video .

OS

  • Windows 10

Env

  • Python 3.7.3
  • 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 baidu-aip

$ python setup.py install

$ pip install opencv-python

then run it

$ python faceRecognition.py

Thanks