Skip to content

godatadriven/onnx-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onnx-demo

An introduction to ONNX! Convert your ML models to an agnostic format and take advantage of speedier inference ⚡️.

Demo

See:

onnx-demo.ipynb

Installation

pip install -r requirements.txt

Demo

Serve the Notebook as slides using:

jupyter nbconvert onnx-demo.ipynb \
    --to slides \
    --post serve \
    --SlidesExporter.reveal_scroll=True \
    --TagRemovePreprocessor.remove_input_tags={\"remove-input\"}

About

Slides built by Jeroen Overschie.