Skip to content

Building a simple image processing pipeline with OpenCV and Tesseract OCR on AWS Lambda

Notifications You must be signed in to change notification settings

ian-whitestone/lambda-image-pipeline

Repository files navigation

lambda-image-pipeline

Setting up EC2 instance

  1. Used the AWS console GUI
  • Used latest AMI amzn-ami-hvm-2018.03.0.20180508-x86_64-gp2 (ami-14c5486b)
  • Used default security group with all SSH inbound traffic open
  1. Make sure your pem key has the proper permissions $ chmod 400 my-pem-key.pem

  2. Update ssh config

Host ec2
    HostName ec2-##-###-###-##.compute-1.amazonaws.com
    User ec2-user
    IdentityFile ~/.ssh/my-pem-key.pem
  1. Ssh into instance $ ssh ec2

Useful References

General Articles about Extension modules in Lambda

OpenCV Installation

Tesseract Installation

Repos with Compiled Packages

About

Building a simple image processing pipeline with OpenCV and Tesseract OCR on AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published