whisper_flutter 0.0.3 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';