/Face-Detection-Opencv

Using OpenCv, it can detect faces from jpg or mp4 or camera. Credits : https://www.youtube.com/watch?v=7IFhsbfby9s

Primary LanguagePython

Face Detection with OpenCV πŸ‘€

This Python script utilizes OpenCV to detect faces from images, videos (mp4), or live camera feed. It leverages the Haar Cascade classifier for face detection. πŸ“ΈπŸŽ₯πŸ‘€

Features

  • Multi-format Support: Detect faces from images (jpg), videos (mp4), or real-time camera feed.
  • Accuracy: Utilizes the Haar Cascade classifier for robust face detection.
  • Real-time Detection: View face detection results instantly.

Credits

This script is inspired by the tutorial available here. Special thanks to the creators for their valuable contribution!

Feel free to explore, experiment, and enhance this script further! Happy face detecting! πŸ˜ŠπŸš€