From 6238e1c612c98334a34998091be1037a0b58486c Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 10 Apr 2021 23:37:44 -0400 Subject: [PATCH] update --- README.md | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ba128f5e..3f87b9a4 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,9 @@ # Human Library -**3D Face Detection & Rotation Tracking, Face Description & Recognition,** -**Body Pose Tracking, 3D Hand & Finger Tracking,** -**Iris Analysis, Age & Gender & Emotion Prediction,** -**Gesture Recognition** +**AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition,** +**Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis,** +**Age & Gender & Emotion Prediction, Gesture Recognition**
diff --git a/package.json b/package.json index 248274f1..2552c283 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vladmandic/human", "version": "1.4.1", - "description": "Human: AI-powered 3D Face Detection, Face Description & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition", + "description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition", "sideEffects": false, "main": "dist/human.node.js", "module": "dist/human.esm.js",