From 44b1bf12ab5dbf4cedde34da123237b1cd02627b Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 13 Sep 2021 23:23:45 -0400 Subject: [PATCH] update nodejs demos and samples --- Demos.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Demos.md b/Demos.md index abcc492..4ce385c 100644 --- a/Demos.md +++ b/Demos.md @@ -2,12 +2,17 @@ Demos are included in `/demo`: +## Browser Demos + - `index.html` & `index.js`: [browser] Main browser demo app that showcases all Human capabilities - `facematch`: [browser] Extracts faces from images, calculates face descriptors calculates simmilarities - `face3d`: [browser] 3D render of face mesh using `Three.js` + +## NodeJS Demos + - `nodejs/node`: [nodejs] Process images from files, folders or URLs - `nodejs/node-canvas`: [nodejs] @@ -23,7 +28,7 @@ Demos are included in `/demo`: ## Main Demo -- `index.html`: Full demo using `Human` ESM module running in Browesers, +- `index.html`: Full demo using `Human` ESM module running in Browsers, includes selectable backends and WebWorkers *You can run browser demo either live from git pages, by serving demo folder from your web server or use