From deadc5d4f7db0dca06bbe8bbb956e01287ef3920 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 15 Sep 2021 13:55:28 -0400 Subject: [PATCH] add simple browser webcam and webrtc demo --- Demos.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Demos.md b/Demos.md index 4ce385c..9fe1b40 100644 --- a/Demos.md +++ b/Demos.md @@ -6,10 +6,12 @@ Demos are included in `/demo`: - `index.html` & `index.js`: [browser] Main browser demo app that showcases all Human capabilities +- `simple`: [browser] + Simple demo that analzyes either WebCam or WebRTC input - `facematch`: [browser] Extracts faces from images, calculates face descriptors calculates simmilarities - `face3d`: [browser] - 3D render of face mesh using `Three.js` + Uses WebCam as input and draws 3D render of face mesh using `Three.js` ## NodeJS Demos