/Face

Face and Eye recognition

Primary LanguagePython

Sami Saeed A. Alghamdi

170497910

Content

Python Scripts:

  • reco.py (Main Driver Script contain recognise face and eyes functions together)
  • t.py (Track face movement - You do not need to run it . It will be imported by reco.py)

Datasets (From OpenCV samples):

  • haarcascade_eye.xml
  • haarcascade_frontalface_default.xml

run.sh (Bash script to facilitate runing the app) Two images creative common (cc) -- to be used for face and eye detection.

Notes:

  • WebCam is needed to track face movement.

  • Also, the terminal should be inside the project directory

  • Main used libraries OpenCV.org and Tkinter

I refer to these links

If you use MacOS just place the folder in the desktop, Then drop run.sh file in the terminal window. Press Enter.

Thanks