From 6d07e937a83301f9a8cdb64b4fe8ab61ecc46c78 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 3 Apr 2021 11:10:07 -0400 Subject: [PATCH] update keywords --- CHANGELOG.md | 9 +++++++-- package.json | 12 ++++++++---- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2d6efe..e3a4c4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # @vladmandic/human -Version: **1.3.1** +Version: **1.3.3** Description: **Human: AI-powered 3D Face Detection, Face Description & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition** Author: **Vladimir Mandic ** @@ -9,8 +9,13 @@ Repository: **** ## Changelog -### **HEAD -> main** 2021/04/02 mandic00@live.com +### **1.3.3** 2021/04/03 mandic00@live.com +- fix linting and tests + +### **1.3.2** 2021/04/02 mandic00@live.com + +- input type validation - normalize all scores ### **1.3.1** 2021/03/30 mandic00@live.com diff --git a/package.json b/package.json index 214c29a9..637c3efb 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,13 @@ "test": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation test/test-node.js" }, "keywords": [ - "tensorflowjs", + "human", + "face-api", "face-detection", "face-geometry", "face-embedding", "face-recognition", + "face-description", "body-tracking", "hand-tracking", "iris-tracking", @@ -40,9 +42,11 @@ "emotion-detection", "gender-prediction", "gesture-recognition", - "human", "face", - "person" + "person", + "tensorflowjs", + "tfjs", + "tensorflow" ], "devDependencies": { "@microsoft/api-extractor": "^7.13.2", @@ -62,7 +66,7 @@ "@vladmandic/pilogger": "^0.2.15", "chokidar": "^3.5.1", "dayjs": "^1.10.4", - "esbuild": "^0.11.2", + "esbuild": "^0.11.4", "eslint": "^7.23.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1",