flutter_deep_speech 0.0.3 copy "flutter_deep_speech: ^0.0.3" to clipboard
flutter_deep_speech: ^0.0.3 copied to clipboard

PlatformAndroid

Flutter plugin for speech recognition and transcription using DeepSpeech.

Changelog #

0.0.3 #

  • Bump Flutter version to 3.7

0.0.2 #

  • Bump Flutter version to 3.3

0.0.1 #

  • Initial version of Flutter DeepSpeech plugin.

Supports: #

  • Basic support for requesting mic permission
  • Loading deepspeech models (tflite, scorer) from external files directory
  • Initializing speech recognition session using microphone
  • Listening and transcribing the recognized speech
  • Stopping the speech recognition session

Limitations #

  • Only Android is supported
  • No support for transcribing audio from files
  • No support for models directly from Flutter assets
  • Missing proper error handling
  • Missing tests
7
likes
160
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for speech recognition and transcription using DeepSpeech.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_deep_speech

Packages that implement flutter_deep_speech