An open API service indexing awesome lists of open source software.

https://github.com/dan-mba/aws-sam-opencv

AWS SAM project that will deploy a simple API to identify faces in an image
https://github.com/dan-mba/aws-sam-opencv

aws aws-apigateway aws-lambda aws-sam opencv-python python

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html) for an introduction to SAM specification, the SAM CLI, and serverless application concepts.