Skip to content

drbh/nnli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 --path <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
  • support safetensors files
  • support file or directory input as --path