docs: mention edge modules in README intro
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
7e43edf26a
commit
b5af3bc528
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
**See through walls with WiFi.** No cameras. No wearables. Just radio waves.
|
||||
|
||||
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. 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.
|
||||
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. 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. [Edge modules](#esp32-s3-hardware-pipeline) are small programs that run directly on the ESP32 sensor — no internet needed, no cloud fees, instant response.
|
||||
|
||||
[](https://www.rust-lang.org/)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
|
@ -41,7 +41,7 @@ docker run -p 3000:3000 ruvnet/wifi-densepose:latest
|
|||
>
|
||||
> No hardware? Verify the signal processing pipeline with the deterministic reference signal: `python v1/data/proof/verify.py`
|
||||
>
|
||||
> The [server](#-quick-start) is optional for visualization and aggregation — the [ESP32 runs edge intelligence independently](#esp32-s3-hardware-pipeline), performing on-device presence detection, vital signs, and fall detection without any host connection.
|
||||
> The [server](#-quick-start) is optional for visualization and aggregation — the ESP32 [runs independently](#esp32-s3-hardware-pipeline) for presence detection, vital signs, and fall alerts.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue