OpenFaaS function for Pigo face detection library
50K+
OpenFaaS function for Pigo face detector.
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
$ faas-cli build -f stack.yml --gateway=http://<GATEWAY-IP>
$ faas-cli deploy -f stack.yml --gateway=http://<GATEWAY-IP>
You can access the UI on the url provided to --gateway.
After deploying the OpenFaaS function pigo-face-detector will show up in the function list. You have to provide an image URL then hit invoke. This will return an image with yellow rectangles drawn around the detected faces.
Copyright © 2018 Endre Simo
This project is under the MIT License. See the LICENSE file for the full license text.
Content type
Image
Digest
Size
10.2 MB
Last updated
about 8 years ago
docker pull esimov/pigo-openfaas:0.1