@@ -100,7 +100,8 @@ node scripts/mincut-person-counter.js --port 5006 # Correct person counting
100100<details open >
101101<summary ><strong >Download from HuggingFace and start sensing immediately</strong ></summary >
102102
103- Pre-trained models are available at ** https://huggingface.co/ruvnet/wifi-densepose-pretrained **
103+ Pre-trained models are available on HuggingFace:
104+ > ** https://huggingface.co/ruv/ruview ** (primary) | [ mirror] ( https://huggingface.co/ruvnet/wifi-densepose-pretrained )
104105
105106Trained on 60,630 real-world samples from an 8-hour overnight collection. Just download and run — no datasets, no GPU, no training needed.
106107
@@ -115,7 +116,7 @@ Trained on 60,630 real-world samples from an 8-hour overnight collection. Just d
115116``` bash
116117# Download and use (Python)
117118pip install huggingface_hub
118- huggingface-cli download ruvnet/wifi-densepose-pretrained --local-dir models/
119+ huggingface-cli download ruv/ruview --local-dir models/
119120
120121# Or use directly with the sensing pipeline
121122node scripts/train-ruvllm.js --data data/recordings/* .csi.jsonl # retrain on your own data
@@ -1266,7 +1267,7 @@ Download a pre-built binary — no build toolchain needed:
12661267
12671268| Release | What's included | Tag |
12681269| ---------| -----------------| -----|
1269- | [ v0.6.0] ( https://github.com/ruvnet/RuView/releases/tag/v0.6.0-esp32 ) | ** Latest** — [ Pre-trained models on HuggingFace] ( https://huggingface.co/ruvnet/wifi-densepose-pretrained ) , 17 sensing apps, 51.6% contrastive improvement, 0.008ms inference | ` v0.6.0-esp32 ` |
1270+ | [ v0.6.0] ( https://github.com/ruvnet/RuView/releases/tag/v0.6.0-esp32 ) | ** Latest** — [ Pre-trained models on HuggingFace] ( https://huggingface.co/ruv/ruview ) , 17 sensing apps, 51.6% contrastive improvement, 0.008ms inference | ` v0.6.0-esp32 ` |
12701271| [ v0.5.5] ( https://github.com/ruvnet/RuView/releases/tag/v0.5.5-esp32 ) | SNN + MinCut (#348 fix) + CNN spectrogram + WiFlow + multi-freq mesh + graph transformer | ` v0.5.5-esp32 ` |
12711272| [ v0.5.4] ( https://github.com/ruvnet/RuView/releases/tag/v0.5.4-esp32 ) | Cognitum Seed integration ([ ADR-069] ( docs/adr/ADR-069-cognitum-seed-csi-pipeline.md ) ), 8-dim feature vectors, RVF store, witness chain, security hardening | ` v0.5.4-esp32 ` |
12721273| [ v0.5.0] ( https://github.com/ruvnet/RuView/releases/tag/v0.5.0-esp32 ) | mmWave sensor fusion ([ ADR-063] ( docs/adr/ADR-063-mmwave-sensor-fusion.md ) ), auto-detect MR60BHA2/LD2410, 48-byte fused vitals, all v0.4.3.1 fixes | ` v0.5.0-esp32 ` |
0 commit comments