From 5e874c076123f1c2b2821b1c37f6005e775465aa Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 27 Oct 2021 08:15:57 -0400 Subject: [PATCH] add ts demo --- Demos.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Demos.md b/Demos.md index 20fe04b..623cca3 100644 --- a/Demos.md +++ b/Demos.md @@ -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 for details