You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Python OpenCV module for AWS Lambda
2
2
3
+
<palign="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
3
9
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).
4
10
5
11
- Build duration: ~20 min on T2.micro / ~15 min on C4.2xlarge
0 commit comments