Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection with OpenCV

A simple computer vision project built with Python and OpenCV that detects human faces in real time using a laptop webcam.

Screenshot

Example

Features

  • Real-time webcam capture
  • Human face detection
  • Bounding box around detected faces
  • Fast processing with OpenCV

Technologies

  • Python 3.14
  • OpenCV 4.11

Run

pip install opencv-python
python main.py

Project Structure

.
├── images/
│   └── example.png
├── human_face.xml
├── main.py
└── README.md

How It Works

The application captures frames from the webcam, converts each frame to grayscale, detects faces using an OpenCV cascade classifier, and draws a green rectangle around every detected face in real time.

About

Python Project - Face Detection with OpenCV

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages