flutter_ort_plugin 0.0.1
flutter_ort_plugin: ^0.0.1 copied to clipboard
High-performance ONNX Runtime plugin with WebGPU support for Flutter. Run ML models on Android, iOS, and Linux with optimized execution providers.
0.0.1 #
- Initial release.
- High-performance ONNX Runtime plugin with WebGPU support for Android.
- Supports Android (WebGPU, NNAPI, XNNPACK, CPU), iOS (CoreML, CPU), and Linux (CPU).
- Session configuration for performance tuning (threading, graph optimization).
- YOLO computer vision example with real-time detection.
- Background isolate support to prevent UI freezes.
- Comprehensive provider configuration and selection.