/Python-Face-Recognition-Simple-Example

A simple Python example of face recognition based on Face++ API.

Primary LanguagePythonOtherNOASSERTION

Python Face Recognition Simple Example

Function:

  1. Read a picture from local files
  2. Recognise the human face, point out the place of human eyes and face
  3. Indicate some information about human, including age, sex, race

Environment:   Ubuntu 14.04 LTS + Python 2.7.10 + Face++ Face Recognition API

Moudles:

  1. Pillow
  2. PyQt4
  3. sys、time etc.

Notes:

  1. All my codes are in rec.py
  2. There are some hidden files generated by Face++ API
  3. facepp.py was provided by Face++ SDK
  4. There are some testing pictures under photo folder

Next:

  1. Implementing openCV Python to recognise face.