android-onnxruntime-libs
4
license:apache-2.0
by
csukuangfj
Other
OTHER
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
textonnx
wget https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime-android/1.14.0/onnxruntime-android-1.14.0.aar
mv onnxruntime-android-1.14.0.aar onnxruntime-android-1.14.0.zip
unzip onnxruntime-android-1.14.0.zip
cd onnxruntime-android-1.14.0
tree .textonnx
.
├── AndroidManifest.xml
├── R.txt
├── arm64-v8a
├── armeabi-v7a
├── classes.jar
├── headers
│ ├── cpu_provider_factory.h
│ ├── nnapi_provider_factory.h
│ ├── onnxruntime_c_api.h
│ ├── onnxruntime_cxx_api.h
│ └── onnxruntime_cxx_inline.h
├── jni
│ ├── arm64-v8a
│ │ ├── libonnxruntime.so
│ │ └── libonnxruntime4j_jni.so
│ ├── armeabi-v7a
│ │ ├── libonnxruntime.so
│ │ └── libonnxruntime4j_jni.so
│ ├── x86
│ │ ├── libonnxruntime.so
│ │ └── libonnxruntime4j_jni.so
│ └── x86_64
│ ├── libonnxruntime.so
│ └── libonnxruntime4j_jni.so
├── x86
└── x86_64
10 directories, 16 filesDeploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.