Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 917 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 917 Bytes

catface

Lambda Open-CV Cat Face Finder

This is an example OpenCV AWS Lambda function for finding cat faces. It is the code that this Stoplight Scenario Invokes.

Sign up for Stoplight Scnearios Beta here.

  • If you have a Stoplight account, sign up with the email associated with your account. *

Learn more about Scenarios here: Docs.

Also, I have uploaded node_modules and OpenCV with the compiled libraries. It is a pain in the ass to compile OpenCV for AWS Lambda, so I have endured the pain so you don't have to. If you are interested in learning how to compile OpenCV for Lamdbda you can follow this link.