yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/ruview/v0.6.0-esp32
vault / ruview / v0.6.0-esp32

ruview @ v0.6.0-esp32

integrity

size
41.1 MiB
downloaded
last checked
source https://github.com/ruvnet/RuView · available · github

release notes

Pre-trained weights: https://huggingface.co/ruv/ruview | mirror

0.008ms inference | 164K emb/s | 100% presence | 51.6% contrastive improvement | 8 KB model

Trained on 60,630 overnight samples. 17 sensing applications. 10 ADRs (069-078).

New: sleep monitor, apnea detector, stress monitor, gait analyzer, RF tomography, passive radar, material classifier, through-wall detector, device fingerprint.

PR #341 (Kalman tracker by @taylorjdawson) + PR #310 (security fix) merged.

HuggingFace | Cognitum.one | Tutorial

download

unix · zip
curl -fL -o v0.6.0-esp32.zip https://ratatoskr.space/pkg/ruview/v0.6.0-esp32.zip
                    printf '%s  %s\n' 'b86bfee152e194efaae25e785a2480f7fc7868b4dbcf365ff8fdc89dc1551611' 'v0.6.0-esp32.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v0.6.0-esp32.zip"
$out = "v0.6.0-esp32.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b86bfee152e194efaae25e785a2480f7fc7868b4dbcf365ff8fdc89dc1551611") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.0-esp32.tar.gz https://ratatoskr.space/pkg/ruview/v0.6.0-esp32.tar.gz
                    printf '%s  %s\n' '6cf9fdd491dfdcc2b784f66cbcb226152438531b47197167f1743b9cbfad253e' 'v0.6.0-esp32.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v0.6.0-esp32.tar.gz"
$out = "v0.6.0-esp32.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6cf9fdd491dfdcc2b784f66cbcb226152438531b47197167f1743b9cbfad253e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.6.0-esp32.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.6.0-esp32.zip
                    printf '%s  %s\n' 'b86bfee152e194efaae25e785a2480f7fc7868b4dbcf365ff8fdc89dc1551611' 'v0.6.0-esp32.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.6.0-esp32.zip"
$out = "v0.6.0-esp32.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b86bfee152e194efaae25e785a2480f7fc7868b4dbcf365ff8fdc89dc1551611") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.0-esp32.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.6.0-esp32.tar.gz
                    printf '%s  %s\n' '6cf9fdd491dfdcc2b784f66cbcb226152438531b47197167f1743b9cbfad253e' 'v0.6.0-esp32.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.6.0-esp32.tar.gz"
$out = "v0.6.0-esp32.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6cf9fdd491dfdcc2b784f66cbcb226152438531b47197167f1743b9cbfad253e") { throw "sha256 mismatch" }
artifact format size hashes
v0.6.0-esp32.zip zip 40.9 MiB
blake3-24 e369cbe8442d2521cb4286f017dce6f45ee8d7cd634f264f
sha256 b86bfee152e194efaae25e785a2480f7fc7868b4dbcf365ff8fdc89dc1551611
sha1 fc13287ad5de65cbef8fe8cf47d9daf446e944e9
v0.6.0-esp32.tar.gz tar.gz 39.7 MiB
blake3-24 de8b280e0bd316f30adbb353493724654dd8db03cc314a17
sha256 6cf9fdd491dfdcc2b784f66cbcb226152438531b47197167f1743b9cbfad253e
sha1 f844c4719a8e8925a61841a3c744ad706c8cb33e

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v0.6.0-esp32.tar.gz"],
    integrity = "sha256-bPn91JHf3MK3hPZsvLImFSQ4UxtHGXFn8XQ7nL+tJT4=",
    strip_prefix = "ruview-v0.6.0-esp32",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v0.6.0-esp32.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.6.0-esp32.tar.gz"],
    integrity = "sha256-bPn91JHf3MK3hPZsvLImFSQ4UxtHGXFn8XQ7nL+tJT4=",
    strip_prefix = "ruview-v0.6.0-esp32",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v0.6.0-esp32.tar.gz",
← v0.7.0v0.5.5-esp32 →