Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T00:03:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T23:42:48.751Z (27 days 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/).
![](https://gitcdn.link/repo/veelenga/bin/master/aws-lambda-face-blur/demo.jpeg)
[Credits ](https://unsplash.com/photos/JpCOGj0uIlI)## Usage
```sh
$ npm install
$ zip -r ./face_blur.zip *
```Deploy archive to AWS.