whisper_onnx_stt 0.0.1 copy "whisper_onnx_stt: ^0.0.1" to clipboard
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_stt

This 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.1

Alternatively, 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';
0
likes
150
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, ffmpeg_kit_flutter_new, flutter, flutter_lints, path_provider

More

Packages that depend on whisper_onnx_stt

Packages that implement whisper_onnx_stt