https://github.com/veelenga/aws-lambda-face-blur
AWS Lambda Face Blur
https://github.com/veelenga/aws-lambda-face-blur
aws-lambda face-blur face-detection
Last synced: 2 months ago
JSON representation
AWS Lambda Face Blur
- Host: GitHub
- URL: https://github.com/veelenga/aws-lambda-face-blur
- Owner: veelenga
- Created: 2017-10-15T09:53:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T00:03:43.000Z (over 2 years ago)
- Last Synced: 2025-02-27T23:43:13.037Z (3 months ago)
- Topics: aws-lambda, face-blur, face-detection
- Language: JavaScript
- Size: 10.7 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Lambda Face Blur
Lambda that blurs faces on S3 images detected by [AWS Rekognition](https://aws.amazon.com/rekognition/).

[Credits ](https://unsplash.com/photos/JpCOGj0uIlI)## Usage
```sh
$ npm install
$ zip -r ./face_blur.zip *
```Deploy archive to AWS.