From f2a4c0cd50a56fb390508aeb15fccb12f20f1e24 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 12 Oct 2020 15:03:51 -0400 Subject: [PATCH] updated keywords --- package.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a559c9b4..d88090fa 100644 --- a/package.json +++ b/package.json @@ -39,14 +39,15 @@ "build-iife": "esbuild --bundle --platform=browser --sourcemap --target=esnext --format=iife --minify --global-name=human --outfile=dist/human.js src/index.js" }, "keywords": [ - "face detection", - "detection", - "recognition", - "blazeface", - "facemesh", - "ssrnet", - "tensorflow", "tensorflowjs", - "tfjs" + "tfjs", + "face-detection", + "face-geometry", + "body-tracking", + "hand-tracking", + "iris-tracking", + "age-estimation", + "gender-prediction", + "gesture-recognition" ] }