updated keywords

pull/50/head
Vladimir Mandic 2020-10-12 15:03:51 -04:00
parent c3d1b60398
commit f2a4c0cd50
1 changed files with 9 additions and 8 deletions

View File

@ -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"
]
}