simplify demos

master
Vladimir Mandic 2021-11-05 13:37:00 -04:00
parent 5e89af1004
commit 6abe315e2a
1 changed files with 2 additions and 4 deletions

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