This project uses OpenCV to perform real-time face detection using a webcam and image.
-
Clone the repository:
git clone https://github.com/zenklinov/face-detection.git cd face-detection
-
Install the required dependencies:
pip install -r requirements.txt
To run the face detection example, use the following command:
python examples/example_usage.py