Yolo inference in Elixir

I am wondering about using pretrained yolo in elixir. Since, we know we can export the pre-trained yolo model in onnx format and it can be imported using axon_onnx library. I was wondering what interface is available to get inference on images using elixir and onnx pretrained model?