raspberry-pi-org / face-recognition

📷 A simple face recognition program which base on baidu AIP and output the voice prompt by Pyttsx3.

Home Page:https://raspi.website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Recognition

📷 A Simple Face Recognition Program Which Base On Baidu AIP And Output The Voice Prompt By Pyttsx3.

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 On Windows 10

  1. 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

  1. Then open the config.py file and add your Baidu API configuration information into it.

  2. Finally run it.

$ python faceRecognition.py

Thanks

About

📷 A simple face recognition program which base on baidu AIP and output the voice prompt by Pyttsx3.

https://raspi.website

License:MIT License


Languages

Language:Python 100.0%