add simple browser webcam and webrtc demo

master
Vladimir Mandic 2021-09-15 13:55:28 -04:00
parent 44b1bf12ab
commit deadc5d4f7
1 changed files with 3 additions and 1 deletions

@ -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