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`:
|
Demos are included in `/demo`:
|
||||||
|
|
||||||
|
## Browser Demos
|
||||||
|
|
||||||
- `index.html` & `index.js`: [browser]
|
- `index.html` & `index.js`: [browser]
|
||||||
Main browser demo app that showcases all Human capabilities
|
Main browser demo app that showcases all Human capabilities
|
||||||
- `facematch`: [browser]
|
- `facematch`: [browser]
|
||||||
Extracts faces from images, calculates face descriptors calculates simmilarities
|
Extracts faces from images, calculates face descriptors calculates simmilarities
|
||||||
- `face3d`: [browser]
|
- `face3d`: [browser]
|
||||||
3D render of face mesh using `Three.js`
|
3D render of face mesh using `Three.js`
|
||||||
|
|
||||||
|
## NodeJS Demos
|
||||||
|
|
||||||
- `nodejs/node`: [nodejs]
|
- `nodejs/node`: [nodejs]
|
||||||
Process images from files, folders or URLs
|
Process images from files, folders or URLs
|
||||||
- `nodejs/node-canvas`: [nodejs]
|
- `nodejs/node-canvas`: [nodejs]
|
||||||
|
@ -23,7 +28,7 @@ Demos are included in `/demo`:
|
||||||
|
|
||||||
## Main 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
|
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
|
*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