diff --git a/Build-Process.md b/Build-Process.md index 1363f47..8a6ebd3 100644 --- a/Build-Process.md +++ b/Build-Process.md @@ -45,10 +45,5 @@ found 0 vulnerabilities
-Project is written in `TypeScript` [4.3](https://www.typescriptlang.org/docs/handbook/intro.html) and conforming to `JavaScript` [ECMAScript version 2020](https://www.ecma-international.org/ecma-262/11.0/index.html) -Build target is `JavaScript` **EMCAScript version 2018** - -
- Only project depdendency is [@tensorflow/tfjs](https://github.com/tensorflow/tfjs) Development dependencies are [eslint](https://github.com/eslint) used for code linting and [esbuild](https://github.com/evanw/esbuild) used for IIFE and ESM script bundling diff --git a/Home.md b/Home.md index 02b955b..73b41a1 100644 --- a/Home.md +++ b/Home.md @@ -5,13 +5,14 @@ **Iris Analysis, Age & Gender & Emotion Prediction** **& Gesture Recognition** -
+JavaScript module using TensorFlow/JS Machine Learning library -Native JavaScript module using TensorFlow/JS Machine Learning library -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* +- **Browser**: + Compatible with *CPU*, *WebGL*, *WASM* backends + Compatible with both desktop and mobile platforms + Compatible with *WebWorker* execution +- **NodeJS**: + Compatible with both software *tfjs-node* and GPU accelerated backends *tfjs-node-gpu* using CUDA libraries
@@ -68,6 +69,12 @@ For example, `PoseNet` model can be switched for `BlazePose` model depending on For more info, see [**Configuration Details**](https://github.com/vladmandic/human/wiki/Configuration) and [**List of Models**](https://github.com/vladmandic/human/wiki/Models) +


+ +`Human` library is written in `TypeScript` [4.3](https://www.typescriptlang.org/docs/handbook/intro.html) +Conforming to `JavaScript` [ECMAScript version 2020](https://www.ecma-international.org/ecma-262/11.0/index.html) standard +Build target is `JavaScript` **EMCAScript version 2018** +
*See [**issues**](https://github.com/vladmandic/human/issues?q=) and [**discussions**](https://github.com/vladmandic/human/discussions) for list of known limitations and planned enhancements*