Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willybrauner/blurry-faces
Blurry Faces is a client-side application that automatically detects faces on images and blurs them.
https://github.com/willybrauner/blurry-faces
blurry client face-api-js faces typescript
Last synced: about 1 month ago
JSON representation
Blurry Faces is a client-side application that automatically detects faces on images and blurs them.
- Host: GitHub
- URL: https://github.com/willybrauner/blurry-faces
- Owner: willybrauner
- License: mit
- Created: 2021-09-26T16:09:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T15:04:21.000Z (over 3 years ago)
- Last Synced: 2024-11-06T22:36:59.809Z (3 months ago)
- Topics: blurry, client, face-api-js, faces, typescript
- Language: TypeScript
- Homepage: https://willybrauner.github.io/blurry-faces
- Size: 33.2 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blurry faces
[Blurry faces website](https://willybrauner.github.io/blurry-faces)
Blurry Faces is a client-side application that automatically detects faces on images and blurs them.
It can then generate a zip file of the blurred images, and that's it!## How to use?
1. Import your images in the app.
2. Inspect the result of the automated blurring and optionally adjust it.
3. Export the resulting collection of blurred images as a zip file.## How does it work?
The app uses [face-api]("https://github.com/justadudewhohacks/face-api.js/") to detect faces on images,
it does not upload images to any server, it is a purely client-side face detection library. You can check the source code :)## Licence
[MIT](./LICENSE)
## Credits
dev & design by [Willy Brauner](https://willybrauner.com)