https://github.com/googtech/face-recognition
📷 A Simple Face Recognition Program Which Base On Baidu AIP And Output The Voice Prompt By Pyttsx3.
https://github.com/googtech/face-recognition
baidu-ai baidu-aip face-recognition opencv4 python37 raspberry-pi
Last synced: 4 months ago
JSON representation
📷 A Simple Face Recognition Program Which Base On Baidu AIP And Output The Voice Prompt By Pyttsx3.
- Host: GitHub
- URL: https://github.com/googtech/face-recognition
- Owner: GoogTech
- Created: 2020-12-19T02:30:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T08:56:44.000Z (about 5 years ago)
- Last Synced: 2025-02-12T05:13:34.592Z (12 months ago)
- Topics: baidu-ai, baidu-aip, face-recognition, opencv4, python37, raspberry-pi
- Language: Python
- Homepage: https://raspi.website
- Size: 77.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
2. Then open the `config.py` file and add your Baidu API configuration information into it.
3. Finally run it.
> $ python faceRecognition.py
## Thanks
* The Baidu AIP SDK of face recognition : *https://cloud.baidu.com/*
* Refer to this teaching video : *https://www.bilibili.com/video/BV1U741127yV*