https://github.com/mybigday/onnxruntime-react-native-jsi
Experimental React Native JSI implement for onnxruntime
https://github.com/mybigday/onnxruntime-react-native-jsi
android ios jsi onnxruntime react-native
Last synced: about 1 month ago
JSON representation
Experimental React Native JSI implement for onnxruntime
- Host: GitHub
- URL: https://github.com/mybigday/onnxruntime-react-native-jsi
- Owner: mybigday
- License: mit
- Created: 2025-08-11T15:25:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T17:29:54.000Z (10 months ago)
- Last Synced: 2025-10-05T04:25:22.772Z (8 months ago)
- Topics: android, ios, jsi, onnxruntime, react-native
- Language: C++
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# onnxruntime-react-native-jsi
Experimental React Native JSI implement for onnxruntime
## Installation
```sh
npm install onnxruntime-react-native-jsi
# Or alias
npm install onnxruntime-react-native@npm:onnxruntime-react-native-jsi
```
## Usage
```js
// Just use like normal `onnxruntime-react-native`
import { InferenceSession, Tensor } from 'onnxruntime-react-native-jsi';
const model = await InferenceSession.create('path/to/model.onnx')
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)