Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

vijayrajeshr/Face-detection-using-opencv-and-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿง  Real-Time Face Detection with OpenCV

A simple Python project to detect faces using your webcam in real time.


๐Ÿš€ Features

  • Real-time face detection using Haar Cascades
  • Lightweight and beginner-friendly
  • Press q to quit

๐Ÿ› ๏ธ Requirements

  • Python 3.x
  • OpenCV

Install OpenCV:

pip install opencv-python

โ–ถ๏ธ Run the App

python main.py

๐Ÿ“ธ Output

Webcam window opens and draws green rectangles around detected faces.


๐Ÿ”’ Exit

Press q to close the window.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages