Compare commits

...

2 Commits

Author SHA1 Message Date
Lixin2026 6169d9999a
Merge 9fa8eab610 into f5d0e1e69e 2026-06-03 00:40:11 -06:00
yinlixin 9fa8eab610 docs: clarify medical-use boundaries 2026-05-31 09:10:25 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ Every WiFi router already fills your space with radio waves. When people move, b
Built on [RuVector](https://github.com/ruvnet/ruvector/) and [Cognitum Seed](https://cognitum.one), RuView runs entirely on edge hardware — an ESP32 mesh (as low as $9 per node) paired with a Cognitum Seed for persistent memory, cryptographic attestation, and AI integration. No cloud, no cameras, no internet required.
> [!IMPORTANT]
> **Medical-use boundary.** RuView is a research and ambient-sensing project, not a medical device or clinical monitoring system. Vital-sign, fall-risk, apnea, distress, and triage outputs should be treated as experimental signals that require validation against regulated clinical equipment and clinician judgment before any health, anesthesia, emergency, ward, elder-care, or patient-care decision. Do not use RuView as the sole basis for diagnosis, treatment, alarm escalation, or continuous patient monitoring.
The system learns each environment locally using spiking neural networks that adapt in under 30 seconds, with multi-frequency mesh scanning across 6 WiFi channels that uses your neighbors' routers as free radar illuminators. Every measurement is cryptographically attested via an Ed25519 witness chain.
RuView turns ordinary WiFi into a contactless sensor. A $9 ESP32 board reads the radio reflections off the people in a room, and a small pretrained model — published on Hugging Face at [`ruvnet/wifi-densepose-pretrained`](https://huggingface.co/ruvnet/wifi-densepose-pretrained) — tells you who's there, how they're breathing, and how their heart rate is trending. The model fits in 8 KB (4-bit quantized) and runs in microseconds on a Raspberry Pi. (The [v2 encoder](https://huggingface.co/ruvnet/wifi-densepose-pretrained) reports an honest, label-free held-out **temporal-triplet accuracy of 82.3%** — up from 66.4% raw; the older "100% presence" figure was measured on a single-class recording and has been retracted in favor of this.) No cameras, no wearables, no app on the user's phone.