Skip to content

khalismur/Netron

 
 

Repository files navigation

Netron is a viewer for neural network models.

Netron loads ONNX models (.onnx or .pb), Keras models (.keras, .h5 or .json) and TensorFlow Lite models (.tflite) and has experimental support for TensorFlow models (.pb and .meta).

Install

macOS

Download the .dmg file or with Homebrew run brew cask install netron

Linux

Download the .AppImage or .deb file. The .AppImage needs to be made executable after download.

Windows

Download the .exe file.

Download Models

Below are a few model files you can download and open:

ONNX Models

TensorFlow Lite Models

TensorFlow models

Install Python Model Server

To run Netron in a web browser, install the Python web server using pip:

pip install netron

Launch the model server:

netron my_model.onnx

To serve a model from Python code:

import netron

netron.serve_file('my_model.onnx')

About

Viewer for neural network models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Other 1.8%