GitHub

RuView on GitHub

An independent guide to navigating the open-source RuView repository.

ruvnet/RuView
Open-source AI WiFi sensing project
Disclaimer: always check the official GitHub repository for the latest instructions, releases, and breaking changes. This page is an independent educational summary.

What is available on GitHub

The RuView repository contains the open-source code, firmware references, AI inference scaffolding, and example datasets.

How to explore the repository

Start with the README and the docs/ folder. Browse the firmware/ and ai/ directories to understand the data flow.

Installation overview

Clone the repo, flash CSI firmware to your ESP32, install Python or Rust dependencies, and run the example pipeline.

Project architecture overview

Firmware (ESP-IDF) ➝ CSI stream ➝ Preprocessor ➝ AI model ➝ Visualization dashboard.

Beginner roadmap

1) Flash CSI firmware. 2) Capture baseline data. 3) Run the example presence model. 4) Visualize results.

Developer roadmap

Extend the preprocessor, swap in your own model, or integrate the pipeline with MQTT / Home Assistant.