evadne / live_onnx

ML application sample with LiveView and Axon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiveOnnx

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • get supportted onnx model
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

demo

40d63a6b33f36019e48cc8ef95d1a0a1.mp4

supportted model

  • ResNet18
  • AlexNet
  • SqueezeNet
  • Vgg16
  • ConvNext

unsupportted model

  • densenet -> unsupported "Pad" 2022/06/05
  • inception -> unsupported "Pad" 2022/06/05
  • shufflenet -> unable to build model from ONNX graph, expected value onnx::Conv_378 to be a graph input, but it was not present in built graphs 2022/06/05

export onnx proccess

see model/model_name directory

About

ML application sample with LiveView and Axon


Languages

Language:Elixir 69.1%Language:CSS 20.9%Language:HTML 7.2%Language:JavaScript 2.8%