⚡ Pure Rust · WebAssembly · Zero Dependencies · Zero Backend
Tabular ML Demo
Ten real datasets. Ten trained neural networks. All running live in your
browser — compiled from hand-written Rust to a single 125 KB WebAssembly
binary. No server. No Python. No cloud.
Move sliders, get instant predictions.
One 125 KB WASM binary, ten model files (1–10 KB each). The entire ML stack — tensor
math, backpropagation, normalizer, binary format — written from scratch in Rust,
zero external dependencies. Each model file embeds its own feature metadata so
the UI builds itself dynamically.
View source on GitHub