Skip to content

SyedAsma25/Eye-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Eye Detection using OpenCV

This project uses OpenCV and Haar Cascade Classifier to detect eyes in real-time from a webcam feed.

Features

  • Detects eyes in real-time video stream
  • Draws rectangles around detected eyes
  • Supports detection even with glasses

Requirements

  • Python 3.x
  • OpenCV (cv2)

Setup

  1. Clone the repo or download the ZIP.
  2. Install dependencies:
pip install -r requirements.txt
  1. Run the script:
python eye_detection.py
  1. Press ESC to exit the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages