diff --git a/.api-extractor.json b/.api-extractor.json index e1f8299b..33a6658d 100644 --- a/.api-extractor.json +++ b/.api-extractor.json @@ -1,7 +1,7 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "mainEntryPointFilePath": "types/lib/src/human.d.ts", - "bundledPackages": ["@tensorflow/tfjs-core", "@tensorflow/tfjs-converter", "@tensorflow/tfjs-data", "@tensorflow/tfjs-layers"], + "bundledPackages": ["@tensorflow/tfjs-core", "@tensorflow/tfjs-converter"], "compiler": { "skipLibCheck": false }, diff --git a/.build.json b/.build.json index 971b2f55..cab0f010 100644 --- a/.build.json +++ b/.build.json @@ -12,7 +12,7 @@ "clean": ["clean"] }, "clean": { - "locations": ["dist/*", "types/lib/*", "typedoc/*"] + "locations": ["dist/*", "types/*", "typedoc/*"] }, "lint": { "locations": [ "*.json", "src/**/*.ts", "test/**/*.js", "demo/**/*.js" ], @@ -24,8 +24,8 @@ "serve": { "sslKey": "node_modules/@vladmandic/build/cert/https.key", "sslCrt": "node_modules/@vladmandic/build/cert/https.crt", - "httpPort": 10030, - "httpsPort": 10031, + "httpPort": 8000, + "httpsPort": 8001, "documentRoot": ".", "defaultFolder": "demo", "defaultFile": "index.html" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a201178..7c4074fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # @vladmandic/human - Version: **2.11.1** + Version: **3.0.0** 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** Author: **Vladimir Mandic ** @@ -9,7 +9,10 @@ ## Changelog -### **HEAD -> main** 2022/10/09 mandic00@live.com +### **HEAD -> main** 2022/10/13 mandic00@live.com + + +### **release: 2.11.1** 2022/10/09 mandic00@live.com ### **2.11.1** 2022/10/09 mandic00@live.com diff --git a/README.md b/README.md index 204b2a8b..a24822b8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ **Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis,** **Age & Gender & Emotion Prediction, Gaze Tracking, Gesture Recognition, Body Segmentation** -JavaScript module using TensorFlow/JS Machine Learning library +
+ ## Highlights - Compatible with most server-side and client-side environments and frameworks @@ -239,7 +240,7 @@ Additionally, `HTMLVideoElement`, `HTMLMediaElement` can be a standard `