STT Versions Save

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.

v1.4.0

1 year ago

General

This is the 1.4.0 release for Coqui STT, the deep learning toolkit for speech-to-text. In accordance with semantic versioning, this version is backwards compatible with previous 1.x versions. The compatibility guarantees of our semantic versioning cover the deployment APIs: the C API and all the official language bindings: Python, Node.JS/ElectronJS and Java/Android. You can get started with Coqui STT 1.4.0 by following the steps in our documentation.

Compatible pre-trained models are available in the Coqui Model Zoo.

We also include example audio files:

audio-1.4.0.tar.gz

which can be used to test the engine, and checkpoint files for the English model (which are identical to the 1.0.0 checkpoint and provided here for convenience purposes):

coqui-stt-1.4.0-checkpoint.tar.gz

which are under the Apache 2.0 license and can be used as the basis for further fine-tuning. Finally this release also includes a source code tarball:

v1.4.0.tar.gz

Under the MPL-2.0 license. Note that this tarball is for archival purposes only since GitHub does not include submodules in the automatic tarballs. For usage and development with the source code, clone the repository using Git, following our documentation.

Notable changes

Documentation

Documentation is available on stt.readthedocs.io.

Contact/Getting Help

  1. GitHub Discussions - best place to ask questions, get support, and discuss anything related to 🐸STT with other users.
  2. Gitter - You can also join our Gitter chat.
  3. Issues - If you have discussed a problem and identified a bug in 🐸STT, or if you have a feature request, please open an issue in our repo. Please make sure you search for an already existing issue beforehand!

Contributors to 1.4.0 release

  • Alessio Placitelli
  • Anton Yaroshenko
  • ChamathKB
  • Ciaran O'Reilly
  • Daniel Souza
  • Danny Waser
  • David Roundy
  • Davidian1024
  • Edresson Casanova
  • Josh Meyer
  • Mariano Gonzalez
  • NanoNabla
  • Reuben Morais
  • Yanlong Wang

We’d also like to thank all the members of our Gitter chat room who have been helping to shape this release!

v1.4.0-alpha.6

1 year ago

v1.4.0-alpha.5

1 year ago

v1.4.0-alpha.4

1 year ago

v1.4.0-alpha.3

1 year ago

v1.4.0-alpha.2

1 year ago

v1.4.0-alpha.1

2 years ago

v1.4.0-alpha.0

2 years ago

v1.3.0

2 years ago

General

This is the 1.3.0 release for Coqui STT, the deep learning toolkit for speech-to-text. In accordance with semantic versioning, this version is backwards compatible with previous 1.x versions. The compatibility guarantees of our semantic versioning cover the deployment APIs: the C API and all the official language bindings: Python, Node.JS/ElectronJS and Java/Android. You can get started today with Coqui STT 1.3.0 by following the steps in our documentation.

Compatible pre-trained models are available in the Coqui Model Zoo.

We also include example audio files:

audio-1.3.0.tar.gz

which can be used to test the engine, and checkpoint files for the English model (which are identical to the 1.0.0 checkpoint and provided here for convenience purposes):

coqui-stt-1.3.0-checkpoint.tar.gz

which are under the Apache 2.0 license and can be used as the basis for further fine-tuning. Finally this release also includes a source code tarball:

v1.3.0.tar.gz

Under the MPL-2.0 license. Note that this tarball is for archival purposes only since GitHub does not include submodules in the automatic tarballs. For usage and development with the source code, clone the repository using Git, following our documentation.

Notable changes

  • Added new experimental APIs for loading Coqui STT models from memory buffers

    This allows loading models without writing them to disk first, which can be useful for dynamic model loading as well as for handling packaging in mobile platforms

  • Added ElectronJS 16 support

  • Rewritten audio processing logic in iOS demo app

  • Added pre-built binaries for iOS/Swift bindings in CI

    With these two changes we're hoping to get more feedback from iOS developers on our Swift bindings and pre-built STT frameworks - how can we best package and distribute the bindings so that it feels native to Swift/iOS developers? If you have any feedback, join our Gitter room!

  • Extended the Multilingual LibriSpeech importer to support all languages in the dataset

    Supported languages: English, German, Dutch, French, Spanish, Italian, Portuguese, Polish

  • Exposed full metadata information for decoded samples when using the coqui_stt_ctcdecoder Python package

    This allows access to the entire information returned by the decoder in training code, meaning experimenting with new model architectures doesn't require adapting the C++ inference library to test your changes.

  • Added initial support for Apple Silicon in our pre-built binaries

    C/C++ pre-built libraries are universal, language bindings will be updated soon

  • Added support for FLAC files in training

Documentation

Documentation is available on stt.readthedocs.io.

Contact/Getting Help

  1. GitHub Discussions - best place to ask questions, get support, and discuss anything related to 🐸STT with other users.
  2. Gitter - You can also join our Gitter chat.
  3. Issues - If you have discussed a problem and identified a bug in 🐸STT, or if you have a feature request, please open an issue in our repo. Please make sure you search for an already existing issue beforehand!

Contributors to 1.3.0 release

  • Alessio Placitelli
  • Danny Waser
  • Erik Ziegler
  • Han Xiao
  • Reuben Morais

We’d also like to thank all the members of our Gitter chat room who have been helping to shape this release!

v1.3.0-alpha.4

2 years ago