mirror of https://github.com/vladmandic/human
update docs
parent
cdd53841d5
commit
e2b0650450
|
@ -45,10 +45,5 @@ found 0 vulnerabilities
|
|||
|
||||
<br>
|
||||
|
||||
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**
|
||||
|
||||
<br>
|
||||
|
||||
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
|
||||
|
|
19
Home.md
19
Home.md
|
@ -5,13 +5,14 @@
|
|||
**Iris Analysis, Age & Gender & Emotion Prediction**
|
||||
**& Gesture Recognition**
|
||||
|
||||
<br>
|
||||
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
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -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)
|
||||
|
||||
<br><hr><br>
|
||||
|
||||
`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**
|
||||
|
||||
<br>
|
||||
|
||||
*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*
|
||||
|
|
Loading…
Reference in New Issue