Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T15:25:28.000Z (7 months ago)
- Last Synced: 2024-05-03T02:10:26.288Z (7 months ago)
- Topics: detection, face, mediapipe, opencv
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- 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.