STT icon indicating copy to clipboard operation
STT copied to clipboard

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

Results 114 STT issues
Sort by recently updated
recently updated
newest added

I can't install `stt`. ```shell > python -m venv .venv > . .venv/bin/activate.fish > pip install stt==1.2.0 ERROR: Could not find a version that satisfies the requirement stt==1.2.0 (from versions:...

enhancement

Scenario: I have a large dataset where all transcripts are in ALL CAPS, but the alphabet I want to use (i.e. fine-tune `v1.2.0`) is in lower case. Current solution: I...

enhancement

**Is your feature request related to a problem? Please describe.** When running train and evaluate we don't know how long it will take and where we are wrt total. Knowing...

enhancement

the use of `webdataset` in training was added in release `v1.2.0`, but we don't have docs for it's usage yet in `stt.readthedocs.io`

enhancement

**Describe the bug** When using transfer training from English checkpoints, and if you use plateau detection reload_best_checkpoint is initialized with allow_drop_layers=False, thus re-initializes itself from English alphabet, which results in...

bug

Change `0.10.4-alpha` to `latest`

First pass at maintaining the output of the acoustic model and returning it to the client. Example output is [here](https://dpaste.com/F4BSLA3NC). Comments welcome.

TTS has some nice gifs in the docs [here](https://tts.readthedocs.io/en/latest/inference.html), and STT could easily have some too. A gif for stt-model-manager and a gif for using the python client would be...

enhancement

Hi, me and my team use STT, for Brazilian Portuguese, and we were having problems when dealing with consecutive OOV (out-of-vocabulary) words. The problem was that, when receiving two or...

enhancement