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

https://github.com/by-sabbir/mediapipe-opencv-examples

Examples of computer vision apps with mediapipe and opencv using python.
https://github.com/by-sabbir/mediapipe-opencv-examples

computer-vision mediapipe opencv python

Last synced: 3 months ago
JSON representation

Examples of computer vision apps with mediapipe and opencv using python.

Awesome Lists containing this project

README

          

# Computer Vision Examples \w MediaPipe and OpenCV

### Installation

1. Initiate the virtual environment
```bash
virtualenv -p python3 env

source env/bin/activate
```

2. Install the dependencies
```bash
pip install -r requirements.txt
```

_You are good to go!_