flutter_whisper_ggml 0.0.1 copy "flutter_whisper_ggml: ^0.0.1" to clipboard
flutter_whisper_ggml: ^0.0.1 copied to clipboard

Offline speech recognition for Flutter powered by whisper.cpp.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_whisper_ggml

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_whisper_ggml: ^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:flutter_whisper_ggml/flutter_whisper.dart';
import 'package:flutter_whisper_ggml/flutter_whisper_web.dart';
2
likes
150
points
91
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline speech recognition for Flutter powered by whisper.cpp.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, ffi, flutter, flutter_web_plugins, path_provider, plugin_platform_interface, web

More

Packages that depend on flutter_whisper_ggml

Packages that implement flutter_whisper_ggml