https://github.com/krishbharadwaj5678/facedetection
A real time face detection that captures video from your webcam. Highlights detected faces with bounding boxes in the live feed.
https://github.com/krishbharadwaj5678/facedetection
computer-vision cv2 cvzone face-detection face-recognition face-tracking mediapipe opencv python realtime webcam
Last synced: about 1 month ago
JSON representation
A real time face detection that captures video from your webcam. Highlights detected faces with bounding boxes in the live feed.
- Host: GitHub
- URL: https://github.com/krishbharadwaj5678/facedetection
- Owner: KrishBharadwaj5678
- Created: 2025-05-19T19:41:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-19T20:15:52.000Z (about 1 year ago)
- Last Synced: 2025-06-17T08:07:31.550Z (12 months ago)
- Topics: computer-vision, cv2, cvzone, face-detection, face-recognition, face-tracking, mediapipe, opencv, python, realtime, webcam
- Language: Python
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ðĻâðŧ Face Detection
This Python based application leverages **OpenCV** and **CVZone** to detect human faces in real time using your webcam. ð·

## ðĶ Features
| âĻ Feature | ð Description |
| --------------------------------- | ----------------------------------------------- |
| ðĨ **Real time Face Detection** | Detects faces instantly using your webcam |
| ðĨ **Bounding Box** | Draws a rectangle around each detected face |
| ⥠**Frame Rate Optimization** | Ensures smooth performance with FPS tracking |
| ðŠķ **Lightweight & Responsive** | Uses minimal resources for fast response time |
| ðŧ **Beginner Friendly Codebase** | Simple, readable, and easy to customize |
---
## ð ïļ Technologies Used
| ð§ Technology | ð Description |
| ------------- | -------------------------------------------------------------- |
| ð **Python** | High level programming language used for scripting |
| ðļ **OpenCV** | Library for image processing and real time video capture |
| ð **CVZone** | Simplifies computer vision tasks with prebuilt functions |
---
## ðĨïļ Installation & Setup
### 1. Clone the Repository
```bash
git clone https://github.com/KrishBharadwaj5678/FaceDetection.git
cd FaceDetection
```
### 2. Install Dependencies
```bash
pip install -r requirements.txt
```
### 3. Run the Script
```bash
python main.py
```
---
## Contributing ðĪ
Want to contribute? Here's how:
1. ðī Fork the repository.
2. ðŋ Create a new branch (`git checkout -b feature-name`).
3. âïļ Make your changes and commit them (`git commit -am 'Add feature-name'`).
4. ð Push to your branch (`git push origin feature-name`).
5. ð Submit a pull request to merge into the main branch.