update nodejs demos and samples

master
Vladimir Mandic 2021-09-13 23:23:45 -04:00
parent 43dc1f7a5c
commit 44b1bf12ab
1 changed files with 6 additions and 1 deletions

@ -2,12 +2,17 @@
Demos are included in `/demo`:
## Browser Demos
- `index.html` & `index.js`: [browser]
Main browser demo app that showcases all Human capabilities
- `facematch`: [browser]
Extracts faces from images, calculates face descriptors calculates simmilarities
- `face3d`: [browser]
3D render of face mesh using `Three.js`
## NodeJS Demos
- `nodejs/node`: [nodejs]
Process images from files, folders or URLs
- `nodejs/node-canvas`: [nodejs]
@ -23,7 +28,7 @@ Demos are included in `/demo`:
## Main Demo
- `index.html`: Full demo using `Human` ESM module running in Browesers,
- `index.html`: Full demo using `Human` ESM module running in Browsers,
includes selectable backends and WebWorkers
*You can run browser demo either live from git pages, by serving demo folder from your web server or use