Skip to content

createai/Netron

 
 

Repository files navigation

Netron is a viewer for neural network and machine learning models.

Netron supports ONNX models (.onnx, .pb), Keras models (.keras, .h5) and TensorFlow Lite models (.tflite).

Netron has experimental support for CoreML models (.mlmodel) and TensorFlow models (.pb, .meta).

Install

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').

Download Models

Sample model files you can download and open:

ONNX Models

Keras Models

TensorFlow Lite Models

CoreML Models

TensorFlow models

About

Viewer for neural network and machine learning models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%