/FacialRecognition

Real Time Face Recognition - OpenCV Python3

Primary LanguagePythonMIT LicenseMIT

Real time - Facial Recognition By Luiz Viana

Webcam Real Time Facial Recognition - OpenCV Python3 Requirements: Python3, opencv_contrib_python, opencv_python, numpy, haarcascade-frontalface-default.xml.

  • How to use:

    Set up a webcam and run the script with python facerec.py

    the script will detect a face.

    Press "s" and input a name to save the face of a person.

    Press "t" to train the script to recognize all saved faces.

    after it, the script will recognize the faces.

    realtime_webcam

    Press "q" to quit.