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
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Python OpenCV module for AWS Lambda
2
2
3
-
This is a simple script that build a deployement 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_funcion.py* and possibly your haar cascades files or additional Python modules. You can download directly a [pre-built archive](https://github.com/Plastic-1/aws-lambda-python-opencv/archive/prebuilt.zip).
3
+
This is a simple script that build 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_funcion.py* and possibly your haar cascades files or additional Python modules. You can download directly a [pre-built archive](https://github.com/aeddi/aws-lambda-python-opencv/releases/download/Prebuilt/aws-lambda-python-opencv-prebuilt.zip).
4
4
5
5
- Build duration: ~20 min on T2.micro / ~15 min on C4.2xlarge
6
6
- Package size without haar cascades included: 26MB
@@ -10,7 +10,7 @@ This is a simple script that build a deployement package including OpenCV compat
10
10
11
11
## Module building
12
12
### Option 1: with an existing instance
13
-
- Download the repo `wget https://github.com/Plastic-1/aws-lambda-python-opencv/archive/master.zip`
13
+
- Download the repo `wget https://github.com/aeddi/aws-lambda-python-opencv/archive/master.zip`
14
14
- Unzip the archive `unzip master.zip`
15
15
- Launch the script `cd aws-lambda-python-opencv-master && ./build.sh`
0 commit comments