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

While this information is hinted at elsewhere in the documentation, is is only found in pages concerning training models. People who are looking to deploy pre-trained models are likely to...

**Describe the bug** Python stt 1.4.0 from pip crashes due to missing libbz2.so.1.0 on CentOS Stream 8 and probably all RPM-based distros: ```console $ stt Traceback (most recent call last):...

bug

Hey, (I don't know if this applies to all importers - I noticed it with the librivox - importer) if you define the basepath eg with "own_projects", the importer writes...

bug

Trying to optimize my LM but `lm_optimizer.py` throws `NotFoundError` as environment has CuDNN disabled. > Checkpoint loading failed due to missing tensors, retrying with --load_cudnn true - You should specify...

bug
enhancement

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

I know, I know, it's not really made for us to play with it but it's useful to build the binaries sometimes. Unfortunately, we switched to `python 3.8` inside `Dockerfile.train`...

bug

## Summary Mozilla Common Voice 11.0 Japanese dataset has unbalanced quotation mark that makes `bin/import_cv2.py` panic. ## Reproduction ```bash $ python bin/import_cv2.py cv-corpus-11.0-2022-09-21/ja/ --validate_label_locale $SOMETHING ... Loading TSV file: /mnt/ntfs/dev/voice/ja_simple/validated.tsv...

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,...

enhancement

I think its a nice idea to use [cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) to avoid [those kind of situations](https://github.com/coqui-ai/STT/actions?query=is%3Acancelled+branch%3Aaarch64-py310) where you have to manually cancel running actions if you committed something new in the...

enhancement

I am using the `libstt-1.4.0-alpha.6-release.aar` in my android project I put the `libstt-1.4.0-alpha.6-release.aar` file to the `libs` folder And in my `build.gradle` file I imported the `libstt-1.4.0-alpha.6-release.aar` to my project...

bug