Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot] fb190f8dc2 chore: update vendor submodules to latest main 2026-03-08 18:11:02 +00:00
rUv c82c4fc4ac Update README.md 2026-03-07 23:07:12 -05:00
rUv 0c85d9c86f Update README.md
updated intro
2026-03-07 22:56:18 -05:00
rUv 65c6fa7a34 Update README.md
update intro
2026-03-07 22:51:17 -05:00
2 changed files with 20 additions and 4 deletions
+19 -3
View File
@@ -6,11 +6,27 @@
</a>
</p>
**See through walls with WiFi.** No cameras. No wearables. No Internet. Just radio waves.
## **See through walls with WiFi + Ai** ##
WiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video.
**Perceive the world through signals.** No cameras. No wearables. No Internet. Just physics.
By analyzing Channel State Information (CSI) disturbances caused by human movement, the system reconstructs body position, breathing rate, and heartbeat using physics-based signal processing and machine learning.
### π RuView is an edge AI perception system that learns directly from the environment around it.
Instead of relying on cameras or cloud models, it observes whatever signals exist in a space such as WiFi, radio waves across the spectrum, motion patterns, vibration, sound, or other sensory inputs and builds an understanding of what is happening locally.
Built on top of [RuVector](https://github.com/ruvnet/ruvector/), the project became widely known for its implementation of WiFi DensePose — a sensing technique first explored in academic research such as Carnegie Mellon University's *DensePose From WiFi* work. That research demonstrated that WiFi signals can be used to reconstruct human pose.
RuView extends that concept into a practical edge system. By analyzing Channel State Information (CSI) disturbances caused by human movement, RuView reconstructs body position, breathing rate, heart rate, and presence in real time using physics-based signal processing and machine learning.
Unlike research systems that rely on synchronized cameras for training, RuView is designed to operate entirely from radio signals and self-learned embeddings at the edge.
The system runs entirely on inexpensive hardware such as an ESP32 sensor mesh (as low as ~$1 per node). Small programmable edge modules analyze signals locally and learn the RF signature of a room over time, allowing the system to separate the environment from the activity happening inside it.
Because RuView learns in proximity to the signals it observes, it improves as it operates. Each deployment develops a local model of its surroundings and continuously adapts without requiring cameras, labeled data, or cloud infrastructure.
In practice this means ordinary environments gain a new kind of spatial awareness. Rooms, buildings, and devices begin to sense presence, movement, and vital activity using the signals that already fill the space.
### Built for low-power edge applications
[Edge modules](#edge-intelligence-adr-041) are small programs that run directly on the ESP32 sensor — no internet needed, no cloud fees, instant response.