luizviana / FacialRecognition

Real Time Face Recognition - OpenCV Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Real Time Face Recognition - OpenCV Python3

License:MIT License


Languages

Language:Python 100.0%