Experimental React Native JSI implement for onnxruntime
npm install onnxruntime-react-native-jsi
# Or alias
npm install onnxruntime-react-native@npm:onnxruntime-react-native-jsi
// Just use like normal `onnxruntime-react-native`
import { InferenceSession, Tensor } from 'onnxruntime-react-native-jsi';
const model = await InferenceSession.create('path/to/model.onnx')
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library