Skip to content

Basic Face Recognition code to detect faces in your webcam.

License

Notifications You must be signed in to change notification settings

spreusler/Face-Recognition-OpenCV

Repository files navigation

Face-Recognition-OpenCV

Basic Face Recognition Code to detect faces in your Webcam.

Getting Started

  • Download entire repository
  • "haarcascade_frontalface_alt.xml" is the pre-trained model for face detection

Prerequisites

  • Python 3.6
  • Install dependencies via requirements.txt:
pip install -r requirements.txt

Run the program

  • Go to your directory and run program via command prompt:
python face-recognition.py

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Basic Face Recognition code to detect faces in your webcam.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages