Skip to content

Latest commit

 

History

History

onnxjs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Neural Network inside browser

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.