Nicolas Widynski27 downloadsRender ONNX / TFLite / Core ML / PyTorch / Keras model architecture graphs inline in notes using a bundled copy of Netron, served over a local loopback HTTP server.
Renders neural network architecture graphs inline in your notes using
Netron.
Nothing leaves your machine, the server this plugin runs
is bound to 127.0.0.1 only.
https://community.obsidian.md/plugins/netron-viewer
<your vault>/.obsidian/plugins/netron-viewer/
(so manifest.json, main.js, netron-dist/ all sit directly inside
netron-viewer/).```netron
mymodel.onnx
```
Optional height:
```netron
mymodel.tflite
height=800
```