SamarthTech / python-projects-2024

This is the Official Repository of SAMARTH for Open Odyssey 1.0. Contribute your Python Projects, Games, and AI/ML Projects in our Repository 🔥. Make Quality Contributions 😎
MIT License
57 stars 55 forks source link

Realtime Face Detection using OpenCV #87

Closed AmitavaDatta2004 closed 1 month ago

AmitavaDatta2004 commented 1 month ago

Real-Time Face Detection using OpenCV

Description:

This PR introduces a real-time face detection feature using OpenCV and Haar Cascade. The system captures live video feed from the webcam, detects faces in real-time, and highlights them with a rectangle.

Key Changes:

How to Test:

  1. Run the script using python face_detection.py.
  2. Ensure the webcam opens and faces are detected.
  3. Press 'q' to exit the program.

This feature enhances the application with basic face recognition capabilities, providing a foundation for further development in computer vision.