Skip to content

Releases: GoogTech/face-recognition

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

19 Dec 07:17
Compare
Choose a tag to compare

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

✨ add the new feature of voice prompt into it

19 Dec 05:47
Compare
Choose a tag to compare

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

🎉 a simple face recognition by Baidu AIP SDK

19 Dec 03:10
Compare
Choose a tag to compare

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