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

STT.readthedocs.io is missing instructions on how to install from release page on raspberry pi's

enhancement

Hi there. I have just tried a lot of the methods shown on stt.readthedocs.io on how to get started with training...and none of them worked. Will the web site be...

bug

Right now both which tokens and their order in the alphabet file must match exactly between acoustic model training and scorer construction. This requires rebuilding a Scorer binary with the...

enhancement

**Describe the bug** The 'import_cv2.py' script is ignoring the provided alphabet.txt File that contains Uppercase and lowercase characters. **To Reproduce** Steps to reproduce the behavior: 1. Donwload the (German Common...

bug

Currently, to train a scorer you need to perform two key steps, after you have a cleaned text corpus: 1. train a KenLM model with `STT/data/lm/generate_lm.py` 2. package the model...

enhancement

If you follow the steps in https://stt.readthedocs.io/en/latest/LANGUAGE_MODEL.html, you will not be able to train an LM because there is a dependency to *compiled* KenLM binaries. This is not at all...

bug

it may be the case you run multiple training runs with the same checkpoints. each time you start a new training run, the `flags.txt` file gets overwritten. It would be...

enhancement

We can point to the requirements for the base NVIDIA docker image, and give people an idea of what *should* work and what *definintely won't* work: From NVIDIA's TF container...

enhancement

Hi! I've been working on a GStreamer plugin wrapping STT. For linux targets at least, it would be very convenient to have a pkg-config file, that's quite the standard way...

enhancement

[bazel zig cc](https://sr.ht/~motiejus/bazel-zig-cc/) - This could simplify our lives by letting us cross-build to macOS and Windows from Linux, build fully static binaries, and target specific (older) glibc versions without...

enhancement