You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,17 +56,20 @@ docker run -p 3000:3000 ruvnet/wifi-densepose:latest
56
56
57
57
|| Feature | What It Means |
58
58
|---|---------|---------------|
59
+
||***Sensing***||
59
60
| 🔒 |**Privacy-First**| Tracks human pose using only WiFi signals — no cameras, no video, no images stored |
60
-
| ⚡ |**Real-Time**| Analyzes WiFi signals in under 100 microseconds per frame — fast enough for live monitoring |
61
61
| 💓 |**Vital Signs**| Detects breathing rate (6-30 breaths/min) and heart rate (40-120 bpm) without any wearable |
62
62
| 👥 |**Multi-Person**| Tracks multiple people simultaneously, each with independent pose and vitals — no hard software limit (physics: ~3-5 per AP with 56 subcarriers, more with multi-AP) |
63
63
| 🧱 |**Through-Wall**| WiFi passes through walls, furniture, and debris — works where cameras cannot |
64
64
| 🚑 |**Disaster Response**| Detects trapped survivors through rubble and classifies injury severity (START triage) |
65
-
| 🐳 |**One-Command Setup**|`docker pull ruvnet/wifi-densepose:latest` — live sensing in 30 seconds, no toolchain needed |
66
-
| 📦 |**Portable Models**| Trained models package into a single `.rvf` file — runs on edge, cloud, or browser (WASM) |
65
+
||***Intelligence***||
67
66
| 🧠 |**Self-Learning**| Teaches itself from raw WiFi data — no labeled training sets, no cameras needed to bootstrap ([ADR-024](#self-learning-wifi-ai-adr-024)) |
68
67
| 🎯 |**AI Signal Processing**| Attention networks, graph algorithms, and smart compression replace hand-tuned thresholds — adapts to each room automatically ([RuVector](#ai-backbone-ruvector)) |
68
+
||***Performance & Deployment***||
69
+
| ⚡ |**Real-Time**| Analyzes WiFi signals in under 100 microseconds per frame — fast enough for live monitoring |
0 commit comments