logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install mihajloz11/RuView. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

mihajloz11/RuView Installation Guide

How to install mihajloz11/RuView. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for mihajloz11/RuView. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i mihajloz11/RuView
or

Install via npx

npx @hexmos/ipm i mihajloz11/RuView

Prerequisites

Docker

containerization

esptool

python_package

Version: >=460800

Rust

programming_language

Version: >=1.85

Node.js

programming_language

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker (Simulated Data)

docker pull ruvnet/wifi-densepose:latest

docker run -p 3000:3000 ruvnet/wifi-densepose:latest

Live Sensing with ESP32-S3 Hardware

python -m esptool --chip esp32s3 --port COM9 --baud 460800 write_flash 0x0 bootloader.bin 0x8000 partition-table.bin 0xf000 ota_data_initial.bin 0x20000 esp32-csi-node.bin

python firmware/esp32-csi-node/provision.py --port COM9 --ssid "YourWiFi" --password "secret" --target-ip 192.168.1.20

Full System with Cognitum Seed

git clone https://github.com/mihajloz11/RuView

cd RuView

python -m esptool --chip esp32s3 --port COM9 --baud 460800 write_flash 0x0 bootloader.bin 0x8000 partition-table.bin 0xf000 ota_data_initial.bin 0x20000 esp32-csi-node.bin

python firmware/esp32-csi-node/provision.py --port COM9 --ssid "YourWiFi" --password "secret" --target-ip 192.168.1.20

node scripts/rf-scan.js --port 5006

node scripts/snn-csi-processor.js --port 5006

node scripts/mincut-person-counter.js --port 5006

Install RuView using Docker (simulated data)

sudo apt-get update && sudo apt-get install -y docker.io

sudo systemctl start docker

sudo systemctl enable docker

docker pull ruvnet/wifi-densepose:latest

docker run -d -p 3000:3000 --name ruview ruvnet/wifi-densepose:latest

echo "RuView is running. Access it at http://localhost:3000"