Files
ruvnet--RuView/pose-fusion/pkg/ruvector_cnn_wasm/package.json
T
ruv 3599869e62 feat: deploy dual-modal pose fusion demo to GitHub Pages
Live webcam + WiFi CSI fusion pose estimation running entirely
in the browser via WASM (ruvector-cnn-wasm). Three modes:
Dual (video+CSI), Video-only, CSI-only.

Alongside existing Observatory demo with navigation link.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 14:31:33 -04:00

26 lines
548 B
JSON

{
"name": "ruvector-cnn-wasm",
"type": "module",
"description": "WASM bindings for ruvector-cnn - CNN feature extraction for image embeddings",
"version": "0.1.0",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector"
},
"files": [
"ruvector_cnn_wasm_bg.wasm",
"ruvector_cnn_wasm.js"
],
"main": "ruvector_cnn_wasm.js",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"cnn",
"embeddings",
"wasm",
"simd",
"machine-learning"
]
}