Easy steps to install onnxruntime package on Mac

Package Information:

Application Name – onnxruntime
What is onnxruntime – ONNX Runtime is a cross-platform inference and training machine-learning accelerator compatible with deep learning frameworks, PyTorch and …
Use of onnxruntime – Cross-platform, high performance scoring engine for ML models
URL – https://github.com/microsoft/onnxruntime

Installation Steps:

  1. Open Terminal using Spotlight search by pressing  <command+space>. Type terminal and hit  Enter  key.
  2. spotlight search terminal

  3. Now, run following command to install homebrew (brew)
  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

    Homebrew Install Command Screenshot

  5. Install onnxruntime using brew
    brew install onnxruntime

onnxruntime  is ready to use now!