/aws-sam-opencv

AWS SAM project that will deploy a simple API to identify faces in an image

Primary LanguagePython

AWS SAM Faces API

This project is an API to detect forward facing faces in an image. It uses OpenCV and a pretrained Haar Cascade model.

API

POST /faces send the binary image in the body and it will be returned with rectangles arround the faces

Resources

See the AWS SAM developer guide for an introduction to SAM specification, the SAM CLI, and serverless application concepts.