mirror of https://github.com/vladmandic/human
update nodejs demos and samples
parent
43dc1f7a5c
commit
44b1bf12ab
7
Demos.md
7
Demos.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue