whisper_flutter 0.0.5 copy "whisper_flutter: ^0.0.5" to clipboard
whisper_flutter: ^0.0.5 copied to clipboard

whisper.cpp (from @ggerganov) implementation using ffi, a library for recognition audio to text without heavy gpu, support server side and client side.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add whisper_flutter

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

dependencies:
  whisper_flutter: ^0.0.5

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_flutter/whisper_flutter.dart';
13
likes
140
pub points
55%
popularity

Publisher

unverified uploader

whisper.cpp (from @ggerganov) implementation using ffi, a library for recognition audio to text without heavy gpu, support server side and client side.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface, whisper_dart

More

Packages that depend on whisper_flutter