Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.