Skip to content

Real-time face detection implementation using OpenCV and Python. Features webcam integration for live detection, multiple face tracking, and customizable detection parameters for robust facial recognition.

Notifications You must be signed in to change notification settings

LohiyaH/Face-Detection-Python-program-using-Opencv

Repository files navigation

Face Detection Python Program using OpenCV

This project demonstrates face and eye detection using OpenCV in Python. It uses Haar cascades to detect faces and eyes in real-time from a webcam feed.

Requirements

  • Python 3.x
  • OpenCV

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/Face-Detection-Python-program-using-Opencv.git
    cd Face-Detection-Python-program-using-Opencv
  2. Install the required packages:

    pip install opencv-python

Usage

Run the face detection script:

python facedetection.py

About

Real-time face detection implementation using OpenCV and Python. Features webcam integration for live detection, multiple face tracking, and customizable detection parameters for robust facial recognition.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages