📷 A Simple Face Recognition Program Which Base On Baidu AIP And Output The Voice Prompt By Pyttsx3.
Windows 10
Python 3.7.3
pyttsx3 2.90
OpenCV 4.4.0
baidu-aip
Baidu AIP SDK( aip-python-sdk-2.2.15 )
- Firstly you need to install some dependencies.
$ pip install pyttsx3
$ pip install opencv-python
$ cd aip-python-sdk-2.2.15
$ pip install baidu-aip
$ python setup.py install
-
Then open the
config.py
file and add your Baidu API configuration information into it. -
Finally run it.
$ python faceRecognition.py
- The Baidu AIP SDK of face recognition : https://cloud.baidu.com/
- Refer to this teaching video : https://www.bilibili.com/video/BV1U741127yV