diff --git a/store.json b/store.json index db209b3..4c7781a 100644 --- a/store.json +++ b/store.json @@ -216,5 +216,21 @@ "name": "sentimentanalysis", "network": "func_functions", "repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/SentimentAnalysis" + }, + { + "title": "Face Detection with Pigo", + "description": "Detect faces in images using the Pigo face detection library. You provide an image URI and the function draws boxes around the detected faces.", + "image": "esimov/pigo-openfaas:0.1", + "name": "face-detect-pigo", + "network": "func_functions", + "repo_url": "https://github.com/esimov/pigo-openfaas", + "readOnlyRootFilesystem": true, + "environment": { + "output_mode": "image", + "input_mode": "url" + }, + "labels": { + "com.openfaas.ui.ext": "jpg" + } } ]