nnli

Crates.ionnli
lib.rsnnli
version0.0.19
sourcesrc
created_at2023-11-20 15:55:37.643174
updated_at2023-11-25 03:35:42.564742
description🔭 interactively explore `onnx` networks in your CLI.
homepage
repository
max_upload_size
id1042400
size58,979
drbh (drbh)

documentation

README

nnli

Latest version

Interactively explore onnx networks in your CLI.

nnlirestyle

Get nnli 🎉

From Cargo

cargo install nnli

From Github

git clone https://github.com/drbh/nnli.git
cd nnli
cargo install --path .

Check version

nnli --version

Print a local model

nnli print --file <PATH TO ONNX MODEL>

This app is a work in progress, and there is a lot of room for improvement on both the code and user experience (UX) fronts.

features

  • read onnx models via candle-onnx
  • display nodes in tui via ratatui
  • extract and display node details in pane
  • improve color schema and ui layout
  • improve navigation
  • upload to crates.io
  • better install instructs
  • build releases
  • improve details output to show all relevant data
  • highligh I/O of node on left
  • add command to show only unique operations
  • add commands to see other useful stats
Commit count: 0

cargo fmt