diff --git a/README.md b/README.md index 06d1f141..02de207e 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,14 @@
-Native JavaScript module using TensorFlow/JS Machine Learning library -Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows and Linux +JavaScript module using TensorFlow/JS Machine Learning library -- 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 Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) for processing of live WebCam video or static images @@ -147,6 +150,12 @@ function detectVideo() { detectVideo(); ``` +


+ +`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** +
![Downloads](https://img.shields.io/npm/dm/@vladmandic/human?style=flat-square) diff --git a/TODO.md b/TODO.md index faa9b8c5..42db3d0d 100644 --- a/TODO.md +++ b/TODO.md @@ -24,6 +24,7 @@ ## WiP Items - face.tensor should return image in correct aspect ratio +- box sizing on mobile ## Issues diff --git a/wiki b/wiki index cdd53841..e2b06504 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit cdd53841d5adf0542379c87b52919ea12a02335d +Subproject commit e2b0650450763e8a716c966309946564625b53a8