Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 564 Bytes

File metadata and controls

29 lines (18 loc) · 564 Bytes

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