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

**Is your feature request related to a problem? Please describe.** _I have a scorer trained for language X, and it was compiled with alphabet Y. Now I have a new...

enhancement

**Describe the bug** it writes text without dot and comma **To Reproduce** Steps to reproduce the behavior: ``` tts --text "To help with the large amounts of pull requests, we...

bug

Suggested by @bernardohenz: ``` beta_total = beta_weight * num_words total_confidence = (confidence - beta_total) / alpha_weight # Discount weights from confidence (we're using deepspeech 0.7.1) raw_probability = math.pow( math.e, total_confidence)...

enhancement

After checking out the project and opening it in Android Studio (4.1), running the app throws this error: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find ai.coqui:libstt:0.9.3....

bug

This should help with alphabet incompatibility problems.

enhancement

See for example https://github.com/coqui-ai/STT/issues/1844#issuecomment-822761946

enhancement

**Describe the bug** Using the `generate_lm.py` script returns status 127. The boost libraries cannot be found. ```sh python3 /code/data/lm/generate_lm.py \ --input_txt /app/assets/corpus.txt \ --output_dir /app/assets/scorer \ --top_k 1000 \ --kenlm_bins...

bug

**Describe the bug** I wanted to try out the software so I followed guide on docs https://stt.readthedocs.io/en/latest/. But when I try to install model from the zoo(I try polish language...

bug

Welcome to the 🐸STT project! We are excited to see your interest, and appreciate your support! This repository is governed by the Contributor Covenant Code of Conduct. For more details,...

bug

**Is your feature request related to a problem? Please describe.** If you would like to use the wasm client, and want to instantiate STT, it involves downloading or loading multiple...

enhancement