[1] How to Run PyTorch Models in the Browser With ONNX.js - https://www.youtube.com/watch?v=Vs730jsRgO8
[2] MNIST, handwritten digit prediction - https://microsoft.github.io/onnxjs-demo/#/mnist
[3] Pytorch MNIST example - https://github.com/pytorch/examples/blob/main/mnist/main.py
[4] TORCH.ONNX - https://pytorch.org/docs/stable/onnx.html
[5] Plotly - https://plotly.com/graphing-libraries/
[6] W3Schools Plotly.js - https://www.w3schools.com/js/js_graphics_plotly.asp
[7] Draw on HTML5 Canvas using a mouse - https://stackoverflow.com/questions/2368784/draw-on-html5-canvas-using-a-mouse
[8] How can I make canvas drawing work on mobile - https://stackoverflow.com/questions/43958030/how-can-i-make-canvas-drawing-work-on-mobile
various other forums and posts were used in the process of debugging,..