add dynamic load demo

master
Vladimir Mandic 2022-11-22 10:33:21 -05:00
parent 185d129a17
commit ba16d32c56
1 changed files with 1 additions and 0 deletions

@ -29,5 +29,6 @@ All demos are included in `/demo` and come with individual documentation per-dem
- **Similarity** [[*Details*]](https://github.com/vladmandic/human/tree/main/demo/nodejs): Compares two input images for similarity of detected faces
- **Face Match** [[*Details*]](https://github.com/vladmandic/human/tree/main/demo/facematch): Parallel processing of face **match** in multiple child worker threads
- **Multiple Workers** [[*Details*]](https://github.com/vladmandic/human/tree/main/demo/nodejs): Runs multiple parallel `human` by dispaching them to pool of pre-created worker processes
- **Dynamic Load** [[*Details*]](https://github.com/vladmandic/human/tree/main/demo/nodejs): Loads Human dynamically with multiple different desired backends
<br><hr><br>