Basic Face Recognition Code to detect faces in your Webcam.
- Download entire repository
- "haarcascade_frontalface_alt.xml" is the pre-trained model for face detection
- Python 3.6
- Install dependencies via requirements.txt:
pip install -r requirements.txt
- Go to your directory and run program via command prompt:
python face-recognition.py
This project is licensed under the MIT License - see the LICENSE.md file for details