Skip to content

novel36/Real-time-Face-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Face Detection

This repository contains a Python script that uses OpenCV and the cvzone library to capture video from a camera and detect faces in the video frames in real-time.

Requirements

  • Python 3
  • OpenCV
  • cvzone

Installation

  1. Install the required libraries by running pip install opencv-python cvzone.

  2. Clone this repository to your local machine.

Usage

  1. Navigate to the directory where you cloned this repository.

  2. Run the script by executing python <script_name>.py, replacing <script_name> with the name of the script file.

  3. A window named "image" will open and display the video captured from your camera. The script will detect faces in the video frames and draw their bounding boxes.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages