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