https://github.com/woxy-sensei/opencv-face-detection
This is a simple face detection project using OpenCV and mediapipe. It detects the face and draws a rectangle around it and It detects face and blur the face.
https://github.com/woxy-sensei/opencv-face-detection
detection face mediapipe opencv
Last synced: 3 months ago
JSON representation
This is a simple face detection project using OpenCV and mediapipe. It detects the face and draws a rectangle around it and It detects face and blur the face.
- Host: GitHub
- URL: https://github.com/woxy-sensei/opencv-face-detection
- Owner: WoXy-Sensei
- Created: 2024-05-02T15:24:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T15:25:28.000Z (about 2 years ago)
- Last Synced: 2025-07-20T00:44:02.543Z (12 months ago)
- Topics: detection, face, mediapipe, opencv
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Face Detection With OpenCV and mediapipe
This is a simple face detection project using OpenCV and mediapipe. It detects the face and draws a rectangle around it and It detects face and blur the face.
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install opencv and mediapipe.
```bash
pip install opencv-python
pip install mediapipe
```
## Usage
```python
python main.py
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.