pull/293/head
Vladimir Mandic 2020-10-14 18:30:26 -04:00
parent 66ef54a249
commit a6024c40e8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@vladmandic/human", "name": "@vladmandic/human",
"version": "0.2.10", "version": "0.3.1",
"description": "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", "description": "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction",
"sideEffects": false, "sideEffects": false,
"main": "dist/human.node.js", "main": "dist/human.node.js",
@ -45,13 +45,13 @@
}, },
"keywords": [ "keywords": [
"tensorflowjs", "tensorflowjs",
"tfjs",
"face-detection", "face-detection",
"face-geometry", "face-geometry",
"body-tracking", "body-tracking",
"hand-tracking", "hand-tracking",
"iris-tracking", "iris-tracking",
"age-estimation", "age-estimation",
"emotion-detection",
"gender-prediction", "gender-prediction",
"gesture-recognition" "gesture-recognition"
] ]