mirror of https://github.com/vladmandic/human
add ts demo
parent
20389b9779
commit
5e874c0761
12
Demos.md
12
Demos.md
|
@ -5,11 +5,17 @@ Demos are included in `/demo`:
|
||||||
## Browser Demos
|
## 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:
|
||||||
|
- Optional web workers
|
||||||
|
- Optional synchronous or asynchronous workflow
|
||||||
|
- Interpolation & smoothing
|
||||||
|
- Image processing
|
||||||
- `simple`: [browser]
|
- `simple`: [browser]
|
||||||
Simple demo that analzyes either WebCam or WebRTC input
|
Simple demo in JavaScript that analzyes either WebCam or WebRTC input
|
||||||
|
- `simple`: [browser]
|
||||||
|
Simple demo in TypeScript that analzyes either WebCam
|
||||||
- `facematch`: [browser]
|
- `facematch`: [browser]
|
||||||
Extracts faces from images, calculates face descriptors calculates simmilarities
|
Extracts faces from images, calculates face descriptors and simmilarities and matches them to known database
|
||||||
- `multithread`: [browser]
|
- `multithread`: [browser]
|
||||||
Runs each `human` module in a separate web worker for highest possible performance
|
Runs each `human` module in a separate web worker for highest possible performance
|
||||||
See <https://github.com/vladmandic/human/demo/facematch/node-match.md> for details
|
See <https://github.com/vladmandic/human/demo/facematch/node-match.md> for details
|
||||||
|
|
Loading…
Reference in New Issue