Skip to content

Commit 293ccf8

Browse files
marc0oloclaude
andcommitted
docs(rust/face-recognition): describe benchmarking endpoints without CLI examples
These are development tools, not user-facing features. No need to show CLI commands that produce confusing output (Err on empty DB, noisy logs from old deployments). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1308553 commit 293ccf8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

rust/face-recognition/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ This example demonstrates running face detection and face recognition inside an
44

55
The example consists of two canisters:
66

7-
- **backend** — embeds the Tract ONNX inference engine. Exposes endpoints for uploading ONNX model files in chunks, loading them into memory, detecting faces, computing face embeddings, and recognizing people. Also exposes `run_detection` and `run_recognition` which run the models against a built-in test image and log the IC instruction count to the canister log — useful for smoke-testing and capacity planning:
8-
9-
```bash
10-
icp canister call --query backend run_detection '()'
11-
```
7+
- **backend** — embeds the Tract ONNX inference engine. Exposes endpoints for uploading ONNX model files in chunks, loading them into memory, detecting faces, computing face embeddings, and recognizing people. Also includes `run_detection` and `run_recognition` endpoints that run the models against a built-in test image and log the instruction count — useful during development for capacity planning.
128
- **frontend** — serves the web UI (HTML/JS/CSS).
139

1410
## Models

0 commit comments

Comments
 (0)