Simplest possible example. The Neural Network itself does nothing. The idea of thsi demo is:
1 - Train the NN using pytorch;
2 - Save it using ONNX;
3 - Load it using ONNXjs;
4 - Predict using the model inside the browser.
For training see helloworld.onnx.py.
For running see index.js.