Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f7ad6d

Browse files
committed
docs: fix model size inconsistency and add AI Backbone cross-reference in ADR-024 section
Co-Authored-By: claude-flow <[email protected]>
1 parent aaec699 commit 4f7ad6d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Every WiFi signal that passes through a room creates a unique fingerprint of tha
162162
- Turns any WiFi signal into a 128-number "fingerprint" that uniquely describes what's happening in a room
163163
- Learns entirely on its own from raw WiFi data — no cameras, no labeling, no human supervision needed
164164
- Recognizes rooms, detects intruders, identifies people, and classifies activities using only WiFi
165-
- Runs on an $8 ESP32 chip (the entire model fits in 60 KB of memory)
165+
- Runs on an $8 ESP32 chip (the entire model fits in 55 KB of memory)
166166
- Produces both body pose tracking AND environment fingerprints in a single computation
167167

168168
**Key Capabilities**
@@ -227,6 +227,8 @@ cargo run -p wifi-densepose-sensing-server -- --model model.rvf --build-index en
227227
| Per-room MicroLoRA adapter | ~1,800 | 2 KB |
228228
| **Total** | **~55,000** | **55 KB** (of 520 KB available) |
229229

230+
The self-learning system builds on the [AI Backbone (RuVector)](#ai-backbone-ruvector) signal-processing layer — attention, graph algorithms, and compression — adding contrastive learning on top.
231+
230232
See [`docs/adr/ADR-024-contrastive-csi-embedding-model.md`](docs/adr/ADR-024-contrastive-csi-embedding-model.md) for full architectural details.
231233

232234
</details>

0 commit comments

Comments
 (0)