/face-detection

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Face Detection

This project uses OpenCV to perform real-time face detection using a webcam and image.

Installation

  1. Clone the repository:

    git clone https://github.com/zenklinov/face-detection.git
    cd face-detection
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

To run the face detection example, use the following command:

python examples/example_usage.py