drbh/nnli
🔠interactively explore `onnx` networks in your CLI.
This tool helps machine learning engineers and researchers interactively explore the structure of neural networks. You provide an ONNX or SafeTensors model file, and it visualizes the network's nodes and their connections in your command line. It's designed for anyone who needs to quickly understand the internal architecture of a pre-trained model.
No commits in the last 6 months.
Use this if you need to quickly inspect the layers and operations within an ONNX or SafeTensors neural network directly from your terminal.
Not ideal if you need to modify models, perform training, or visualize complex models with thousands of layers and require a full graphical interface.
Stars
26
Forks
1
Language
Rust
License
—
Category
Last pushed
Jun 07, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/drbh/nnli"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tracel-ai/burn
Burn is a next generation tensor library and Deep Learning Framework that doesn't compromise on...
sonos/tract
Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference
pykeio/ort
Fast ML inference & training for ONNX models in Rust
elixir-nx/ortex
ONNX Runtime bindings for Elixir
robertknight/rten
ONNX neural network inference engine