From 6abe315e2ae3e3aa457c4c728d9e2959d7e023db Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 5 Nov 2021 13:37:00 -0400 Subject: [PATCH] simplify demos --- Demos.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Demos.md b/Demos.md index 623cca3..cff918a 100644 --- a/Demos.md +++ b/Demos.md @@ -10,10 +10,8 @@ Demos are included in `/demo`: - Optional synchronous or asynchronous workflow - Interpolation & smoothing - Image processing -- `simple`: [browser] - Simple demo in JavaScript that analzyes either WebCam or WebRTC input -- `simple`: [browser] - Simple demo in TypeScript that analzyes either WebCam +- `typescript`: [browser] + Simple demo in WebCam processing demo in TypeScript - `facematch`: [browser] Extracts faces from images, calculates face descriptors and simmilarities and matches them to known database - `multithread`: [browser]