Netron Viewer
approvedby Nicolas Widynski
Render 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. - This plugin has not been manually reviewed by Obsidian staff.
↓ 25 downloadsUpdated 10d agoMIT
Obsidian Netron viewer plugin
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.
Obsidian install
https://community.obsidian.md/plugins/netron-viewer
Manual Install
- Copy this whole folder into
<your vault>/.obsidian/plugins/netron-viewer/(somanifest.json,main.js,netron-dist/all sit directly insidenetron-viewer/). - Settings -> Community plugins -> reload -> enable "Netron Viewer".
Use
```netron
mymodel.onnx
```
Optional height:
```netron
mymodel.tflite
height=800
```
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.