add ts demo

master
Vladimir Mandic 2021-10-27 08:15:57 -04:00
parent 20389b9779
commit 5e874c0761
1 changed files with 9 additions and 3 deletions

@ -5,11 +5,17 @@ Demos are included in `/demo`:
## Browser Demos
- `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 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]
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]
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