|
|
8 years ago | |
|---|---|---|
| .vscode | 8 years ago | |
| media | 8 years ago | |
| setup | 8 years ago | |
| src | 8 years ago | |
| tools | 8 years ago | |
| .gitattributes | 8 years ago | |
| .gitignore | 8 years ago | |
| DEVELOPMENT.md | 8 years ago | |
| LICENSE | 9 years ago | |
| Makefile | 8 years ago | |
| README.md | 8 years ago | |
| electron-builder.yml | 8 years ago | |
| netron | 8 years ago | |
| package.json | 8 years ago | |
| setup.cfg | 8 years ago | |
| setup.py | 8 years ago |

Netron is a viewer for neural network and machine learning models.
Netron supports ONNX (.onnx, .pb), Keras (.keras, .h5), CoreML (.mlmodel) and TensorFlow Lite (.tflite).
Netron also has has experimental support for Caffe (.caffemodel) and TensorFlow (.pb, .meta).
macOS
Download the .dmg file or with Homebrew run brew cask install netron
Linux
Download the .AppImage or .deb file.
Windows
Download the .exe installer.
Browser
Start the browser version.
Python Server
Run pip install netron and netron [MODEL_FILE].
Serve a model in Python using import netron; netron.serve_file('my_model.onnx').
Sample model files you can download and open:
ONNX Models
Keras Models
TensorFlow Lite Models
CoreML Models
TensorFlow models