Skip to content

An AI model that detects and recognizes a specific human face using deep learning, even in crowds or different environments."

Notifications You must be signed in to change notification settings

m3hrab/Real-time-face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Real time Face Detection Model 🧠👀

A simple Python project using OpenCV (cv2) for human face detection in images and live webcam feeds.


📦 Installation

  1. Make sure you have Python 3.7+ installed.
  2. Install the required libraries:
pip install opencv-python

# Face Detection Project

## ❓ FAQ

**Q: Do I need a GPU to run this model?**  
A: No, it runs perfectly on CPU.

---

**Q: Which OpenCV version is supported?**  
A: We recommend OpenCV version 4.5.0 or later.

---

**Q: Can I use this on videos instead of images?**  
A: Yes! You can modify `detect_faces_webcam.py` to load a video file instead of the webcam stream.

---

## 🚀 Getting Started

1. Install the required packages:

```bash
pip install opencv-python

About

An AI model that detects and recognizes a specific human face using deep learning, even in crowds or different environments."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages