whisper_flutter 0.0.3 copy "whisper_flutter: ^0.0.3" to clipboard
whisper_flutter: ^0.0.3 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 Dart:

 $ dart pub add whisper_flutter

With Flutter:

 $ flutter pub add whisper_flutter

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

dependencies:
  whisper_flutter: ^0.0.3

Alternatively, your editor might support dart pub get or 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
0
pub points
56%
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

License

unknown (license)

Dependencies

ffi, flutter, plugin_platform_interface, whisper_dart

More

Packages that depend on whisper_flutter