Skip to content

mybigday/onnxruntime-react-native-jsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

onnxruntime-react-native-jsi

Experimental React Native JSI implement for onnxruntime

Installation

npm install onnxruntime-react-native-jsi

# Or alias
npm install onnxruntime-react-native@npm:onnxruntime-react-native-jsi

Usage

// 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 to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

Experimental React Native JSI implement for onnxruntime

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published