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)
- Host: GitHub
- URL: https://github.com/maruyamaworks/opencv-layer
- Owner: maruyamaworks
- Created: 2019-09-17T14:20:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T07:29:59.000Z (almost 7 years ago)
- Last Synced: 2026-06-12T15:34:09.156Z (19 days ago)
- Topics: aws, lambda, lambda-layers, opencv, python
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```