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
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,18 +54,33 @@ docker run -p 3000:3000 ruvnet/wifi-densepose:latest
54
54
55
55
## 🚀 Key Features
56
56
57
+
### Sensing
58
+
59
+
See people, breathing, and heartbeats through walls — using only WiFi signals already in the room.
60
+
57
61
|| Feature | What It Means |
58
62
|---|---------|---------------|
59
-
||***Sensing***||
60
63
| 🔒 |**Privacy-First**| Tracks human pose using only WiFi signals — no cameras, no video, no images stored |
61
64
| 💓 |**Vital Signs**| Detects breathing rate (6-30 breaths/min) and heart rate (40-120 bpm) without any wearable |
62
65
| 👥 |**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
66
| 🧱 |**Through-Wall**| WiFi passes through walls, furniture, and debris — works where cameras cannot |
64
67
| 🚑 |**Disaster Response**| Detects trapped survivors through rubble and classifies injury severity (START triage) |
65
-
||***Intelligence***||
68
+
69
+
### Intelligence
70
+
71
+
The system learns on its own and gets smarter over time — no hand-tuning, no labeled data required.
72
+
73
+
|| Feature | What It Means |
74
+
|---|---------|---------------|
66
75
| 🧠 |**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)) |
67
76
| 🎯 |**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***||
77
+
78
+
### Performance & Deployment
79
+
80
+
Fast enough for real-time use, small enough for edge devices, simple enough for one-command setup.
81
+
82
+
|| Feature | What It Means |
83
+
|---|---------|---------------|
69
84
| ⚡ |**Real-Time**| Analyzes WiFi signals in under 100 microseconds per frame — fast enough for live monitoring |
0 commit comments