The most important thing this project provides appears to be the .onnx file format, which represents ANN models, pre-trained or not.
Deep learning frameworks can then output such .onnx files for interchangeability and serialization.
Some examples:
ONNX visualizer.
Figure 1. Netron visualization of the activatedgeek/LeNet-5 ONNX output.