From 1fadb6c45dee41cc9a03ed4b97213792b3c0311e Mon Sep 17 00:00:00 2001 From: Scott Lee Davis Date: Sun, 27 Oct 2019 15:03:58 -0700 Subject: [PATCH] opennsfw model contribution Signed-off-by: Scott Lee Davis --- functions.json | 9 +++++++++ store.json | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/functions.json b/functions.json index eacc8d2..67c8940 100644 --- a/functions.json +++ b/functions.json @@ -349,6 +349,15 @@ }, "name": "openfaas-exif", "repo_url": "https://github.com/servernull/openfaas-exif" + }, + { + "title": "Open NSFW Model", + "description": "Score images for NSFW (nudity) content.", + "images": { + "x86_64": "servernull/openfaas-opennsfw:0.1.0" + }, + "name": "openfaas-opennsfw", + "repo_url": "https://github.com/servernull/openfaas-opennsfw" } ] } \ No newline at end of file diff --git a/store.json b/store.json index 9fed896..a651af2 100644 --- a/store.json +++ b/store.json @@ -308,5 +308,12 @@ "image": "servernull/openfaas-exif:0.1.0", "name": "exif", "repo_url": "https://github.com/servernull/openfaas-exif" + }, + { + "title": "Open NSFW Model", + "description": "Score images for NSFW (nudity) content.", + "image": "servernull/openfaas-opennsfw:0.1.0", + "name": "openfaas-opennsfw", + "repo_url": "https://github.com/servernull/openfaas-opennsfw" } ] \ No newline at end of file