offline_ml_pipeline 0.1.0
offline_ml_pipeline: ^0.1.0 copied to clipboard
Train, validate, and export ML models on-device from CSV to .tflite with full privacy—no server or internet, powered by ONNX Runtime and Dart FFI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add offline_ml_pipelineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
offline_ml_pipeline: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:offline_ml_pipeline/offline_ml_pipeline.dart';