djl

DJL - ONNX Runtime for Android

Overview

This module contains the DJL ONNX Runtime engine for Android.

Installation

You can pull the ONNX Runtime for Android from the central Maven repository by including the following dependency:

<dependency>
    <groupId>ai.djl.android</groupId>
    <artifactId>onnxruntime</artifactId>
    <version>0.27.0</version>
    <scope>runtime</scope>
</dependency>