mirror of https://github.com/vladmandic/human
updated keywords
parent
c3d1b60398
commit
f2a4c0cd50
17
package.json
17
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"
|
"build-iife": "esbuild --bundle --platform=browser --sourcemap --target=esnext --format=iife --minify --global-name=human --outfile=dist/human.js src/index.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"face detection",
|
|
||||||
"detection",
|
|
||||||
"recognition",
|
|
||||||
"blazeface",
|
|
||||||
"facemesh",
|
|
||||||
"ssrnet",
|
|
||||||
"tensorflow",
|
|
||||||
"tensorflowjs",
|
"tensorflowjs",
|
||||||
"tfjs"
|
"tfjs",
|
||||||
|
"face-detection",
|
||||||
|
"face-geometry",
|
||||||
|
"body-tracking",
|
||||||
|
"hand-tracking",
|
||||||
|
"iris-tracking",
|
||||||
|
"age-estimation",
|
||||||
|
"gender-prediction",
|
||||||
|
"gesture-recognition"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue