All Projects → esimov → pigo-openfaas-faceblur

esimov / pigo-openfaas-faceblur

Licence: MIT License
OpenFaaS faceblur function using the Pigo face detector library. (https://github.com/esimov/pigo)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to pigo-openfaas-faceblur

admission-webhook-example-with-openfaas
Use OpenFaaS functions as Kubernetes Validating Admission Webhook
Stars: ✭ 24 (+60%)
Mutual labels:  openfaas, openfaas-function
pigo-wasm-demos
Webassembly demos showcasing the Pigo face detection library.
Stars: ✭ 47 (+213.33%)
Mutual labels:  face-detection, pigo-face-detection
faas facebox
OpenFaaS anonymize function. Use MachineBox service.
Stars: ✭ 35 (+133.33%)
Mutual labels:  face-detection, openfaas
shunyaface
Fast Face Recognition on the edge
Stars: ✭ 49 (+226.67%)
Mutual labels:  face-detection
Age-Prediction
This Project is an applicaton based on Computer vision and Machine learning implementation using regression supervised classification.
Stars: ✭ 26 (+73.33%)
Mutual labels:  face-detection
enhanced-ssh-mxnet
The MXNet Implementation of Enhanced SSH (ESSH) for Face Detection and Alignment
Stars: ✭ 54 (+260%)
Mutual labels:  face-detection
OpenCV-Anime-Face-Detector
Using OpenCV to detect and mark face and eye features in videos and images. Anime and manga faces are also detected.
Stars: ✭ 20 (+33.33%)
Mutual labels:  face-detection
face-swap
换脸程序
Stars: ✭ 32 (+113.33%)
Mutual labels:  face-detection
google-cloud-vision-php
A simple php wrapper for the google cloud vision API
Stars: ✭ 16 (+6.67%)
Mutual labels:  face-detection
wider-face-pascal-voc-annotations
WIDER FACE annotations converted to the Pascal VOC XML format
Stars: ✭ 71 (+373.33%)
Mutual labels:  face-detection
facial-landmarks
Facial landmarks detection with OpenCV, Dlib, DNN
Stars: ✭ 25 (+66.67%)
Mutual labels:  face-detection
pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (+133.33%)
Mutual labels:  face-detection
object detector
Object detector from HOG + Linear SVM framework
Stars: ✭ 24 (+60%)
Mutual labels:  face-detection
Deep-Learning
This repo provides projects on deep-learning mainly using Tensorflow 2.0
Stars: ✭ 22 (+46.67%)
Mutual labels:  face-detection
MLKit
🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
Stars: ✭ 294 (+1860%)
Mutual labels:  face-detection
Face-X
Demonstration of different algorithms and operations on faces. Join the Discord channel for discussion.
Stars: ✭ 226 (+1406.67%)
Mutual labels:  face-detection
MTCNN TRAIN
MTCNN_Training Scripts For Face Detection with PyTorch 0.4.0
Stars: ✭ 56 (+273.33%)
Mutual labels:  face-detection
awesome-tiny-object-detection
🕶 A curated list of Tiny Object Detection papers and related resources.
Stars: ✭ 840 (+5500%)
Mutual labels:  face-detection
face detection
using caffemode which is provided by shiqi yu
Stars: ✭ 14 (-6.67%)
Mutual labels:  face-detection
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (+113.33%)
Mutual labels:  face-detection

OpenFaaS Faceblur Function

This is an OpenFaaS function to blur the detected faces using the Pigo face detection library.

Usage

To run the function locally you have to make sure OpenFaaS is up and running. Read the official documentation for more help. https://docs.openfaas.com/

Clone the repository:

$ git clone https://github.com/esimov/pigo-openfaas-faceblur

Build

$ faas-cli build -f stack.yml --gateway=http://<GATEWAY-IP>

Deploy

$ faas-cli deploy -f stack.yml --gateway=http://<GATEWAY-IP>

You can access the UI on the url provided to --gateway.

openfaas

Result

After deploying the OpenFaaS function pigo-faceblur will show up in the function list. You have to provide an image URL then hit invoke. This will return an image with the detected face regions blured out.

License

Copyright © 2019 Endre Simo

This project is under the MIT License. See the LICENSE file for the full license text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].