Skip to content

Commit a875121

Browse files
committed
Add Simple Mustache Service demo gif
1 parent ab3dd7a commit a875121

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Python OpenCV module for AWS Lambda
22

3+
<p align="center">
4+
<img src="http://i.imgur.com/70rGBsz.gif" alt="Simple Mustache Service demo"/><br>
5+
<i><b>Simple Mustache Service</b> is an AWS Lambda demo that use this module</i>
6+
</p>
7+
8+
## Description
39
This is a simple script that builds a deployment package including OpenCV compatible with the AWS Lambda Python runtime. The dynamic library is compiled with all extended instruction sets supported by Lambda CPU and binaries are stripped to save space. You simply need to add your code inside *lambda_function.py* and possibly your haar cascades files or additional Python modules. You can directly download a [pre-built archive](https://github.com/aeddi/aws-lambda-python-opencv/releases/download/Prebuilt/aws-lambda-python-opencv-prebuilt.zip).
410

511
- Build duration: ~20 min on T2.micro / ~15 min on C4.2xlarge

0 commit comments

Comments
 (0)