diff --git a/README.md b/README.md
index 892cb5e3..1c8c4b5c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Human Library
-## 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition
+## 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition
@@ -12,18 +12,20 @@
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
- [**Change Log**](https://github.com/vladmandic/human/wiki/Change-Log)
-
-
### Wiki pages:
- [**Home**](https://github.com/vladmandic/human/wiki)
- [**Demos**](https://github.com/vladmandic/human/wiki/Demos)
- [**Installation**](https://github.com/vladmandic/human/wiki/Install)
-- [**Usage**](https://github.com/vladmandic/human/wiki/Usage)
-- [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration)
-- [**Outputs**](https://github.com/vladmandic/human/wiki/Outputs)
-- [**Notes on Backends**](https://github.com/vladmandic/human/wiki/Backends)
+- [**Usage & Functions**](https://github.com/vladmandic/human/wiki/Usage)
+- [**Configuration Details**](https://github.com/vladmandic/human/wiki/Configuration)
+- [**Output Details**](https://github.com/vladmandic/human/wiki/Outputs)
+- [**Face Embedding and Recognition**](https://github.com/vladmandic/human/wiki/Embedding)
- [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture)
+
+### Additional notes:
+
+- [**Notes on Backends**](https://github.com/vladmandic/human/wiki/Backends)
- [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server)
- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process)
- [**List of Models**](https://github.com/vladmandic/human/wiki/Models)
@@ -33,8 +35,8 @@
-Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows and Linux
-- Browser/WebWorker: Compatible with *CPU*, *WebGL* and *WASM* backends
+Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows and Linux
+- Browser/WebWorker: Compatible with *CPU*, *WebGL*, *WASM* and *WebGPU* backends
- NodeJS: Compatible with software *tfjs-node* and CUDA accelerated backends *tfjs-node-gpu*
- (and maybe with React-Native as it doesn't use any DOM objects)
diff --git a/package.json b/package.json
index 284707e4..03dbc50c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@vladmandic/human",
"version": "0.8.8",
- "description": "human: 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition",
+ "description": "Human: 3D Face Detection, Face Embedding, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition",
"sideEffects": false,
"main": "dist/human.node.js",
"module": "dist/human.esm.js",
@@ -37,7 +37,7 @@
"eslint-plugin-promise": "^4.2.1",
"rimraf": "^3.0.2",
"seedrandom": "^3.0.5",
- "simple-git": "^2.21.0"
+ "simple-git": "^2.22.0"
},
"scripts": {
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",
@@ -57,6 +57,8 @@
"tensorflowjs",
"face-detection",
"face-geometry",
+ "face-embedding",
+ "face-recognition",
"body-tracking",
"hand-tracking",
"iris-tracking",
diff --git a/wiki b/wiki
index 726b24b9..1a8d273b 160000
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit 726b24b9a76fd3df36fc309bd4f962daf4c74e45
+Subproject commit 1a8d273b7fda90f496a792fd2a16c6978a88baa3