Skip to content

BrandonDenton/Netron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netron is a viewer for ONNX neural network models.

Getting Started

Download and install the Netron app for Windows, macOS or Linux from here.

Download example ONNX models here.

Python Model Server

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

pip install netron

Launch the model server and open web browser:

netron --browse my_model.onnx

To serve a model from Python code:

import netron

netron.serve_file('my_model.onnx', browse=True)

About

Viewer for ONNX neural network models

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.9%
  • Python 1.1%
  • Other 1.0%