1.1 KiB
1.1 KiB
| description | argument-hint |
|---|---|
| Get started with RuView — pick the fastest path (Docker demo, repo build, or live ESP32) and walk through it. | [docker|build|hardware] |
/ruview-start
Onboard the user onto RuView (WiFi-DensePose).
- Invoke the
ruview-quickstartskill. - If
$ARGUMENTSnames a tier (docker,build,hardware), go straight to it; otherwise ask which hardware they have:- No hardware → Tier 0:
docker run -p 3000:3000 ruvnet/wifi-densepose:latest, openhttp://localhost:3000. - Want to build from source → Tier 1:
cd v2 && cargo test --workspace --no-default-features, thenpython archive/v1/data/proof/verify.py. - Have an ESP32-S3 / C6 → Tier 2: hand off to
/ruview-flashthen/ruview-provision, thencargo run -p wifi-densepose-sensing-server.
- No hardware → Tier 0:
- Warn about the gotchas: ESP32-C3 / original ESP32 unsupported; single node = limited spatial resolution; camera-free pose is modest (use camera-supervised for 92.9% PCK@20).
- Point to next steps:
/ruview-app,/ruview-train,/ruview-advanced,/ruview-verify, and theruview-configureskill.