Netron is a visualizer for neural network, deep learning, and machine learning models. It supports a wide range of model formats (ONNX, TensorFlow, PyTorch, Keras, CoreML, etc.) and runs in the browser or as a local server. Current version is 9.0.5, with irregular releases.
pip install netronVerified import paths — ran on the pinned version, not inferred.
Launches a local web server to visualize a model file.
Check the official list of supported formats; convert model to ONNX or supported format.
Use `netron.start('model.onnx', host='0.0.0.0', port=8080)` and run in a separate thread if needed.Run 'pip install netron'.
Specify a different port: netron.start('model.onnx', port=5000).