whisper_onnx_stt 0.0.1
whisper_onnx_stt: ^0.0.1 copied to clipboard
A Flutter plugin for offline Speech-to-Text inference using Whisper models exported to ONNX format. Runs on the highly optimized C/C++ sherpa-onnx framework.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add whisper_onnx_sttThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
whisper_onnx_stt: ^0.0.1Alternatively, 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:whisper_onnx_stt/whisper_onnx_stt.dart';