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

https://github.com/maruyamaworks/opencv-layer

AWS Lambda OpenCV layer for Python 3.7 (opencv-3.4.7)
https://github.com/maruyamaworks/opencv-layer

aws lambda lambda-layers opencv python

Last synced: 19 days ago
JSON representation

AWS Lambda OpenCV layer for Python 3.7 (opencv-3.4.7)

Awesome Lists containing this project

README

          

# opencv-layer

> AWS Lambda OpenCV layer for Python 4.1 (opencv-4.1.1)

## Requirements

- Docker
- [numpy-layer](https://github.com/clerk67/numpy-layer)

## Usage

Run the following script to create .zip file in current directory.

```bash
docker-compose build
docker-compose up
```