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
- Host: GitHub
- URL: https://github.com/dan-mba/aws-sam-opencv
- Owner: dan-mba
- Created: 2020-07-15T12:02:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-04-14T12:47:42.000Z (2 months ago)
- Last Synced: 2026-04-14T14:30:50.385Z (2 months ago)
- Topics: aws, aws-apigateway, aws-lambda, aws-sam, opencv-python, python
- Language: Python
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.