Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coqui-ai/STT
🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://github.com/coqui-ai/STT
asr automatic-speech-recognition deep-learning speech-recognition speech-recognition-api speech-recognizer speech-to-text stt tensorflow voice-recognition
Last synced: 3 months ago
JSON representation
🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
- Host: GitHub
- URL: https://github.com/coqui-ai/STT
- Owner: coqui-ai
- License: mpl-2.0
- Created: 2021-03-04T04:54:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T07:55:56.000Z (10 months ago)
- Last Synced: 2024-10-25T13:26:11.222Z (3 months ago)
- Topics: asr, automatic-speech-recognition, deep-learning, speech-recognition, speech-recognition-api, speech-recognizer, speech-to-text, stt, tensorflow, voice-recognition
- Language: C++
- Homepage: https://coqui.ai
- Size: 53.4 MB
- Stars: 2,264
- Watchers: 62
- Forks: 274
- Open Issues: 107
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-repos - coqui-ai/STT - 🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy. (C++)
- awesome-coding-by-voice - 🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy
- awesome-production-machine-learning - Coqui STT - ai/STT.svg?style=social) - Coqui STT is a fast, open-source, multi-platform, deep-learning toolkit for training and deploying speech-to-text models. (Industry Strength NLP)
README
.. note::
**This project is no longer actively maintained**, and we have stopped hosting the online Model Zoo. We've seen focus shift towards newer STT models such as [Whisper](https://github.com/openai/whisper), and have ourselves focused on [Coqui TTS](https://github.com/coqui-ai/TTS) and [Coqui Studio](https://coqui.ai/).
The models will remain available in [the releases of the coqui-ai/STT-models repo](https://github.com/coqui-ai/STT-models/releases)... image:: images/coqui-STT-logo-green.png
:alt: Coqui STT logo.. |doc-img| image:: https://readthedocs.org/projects/stt/badge/?version=latest
:target: https://stt.readthedocs.io/?badge=latest
:alt: Documentation.. |covenant-img| image:: https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg
:target: CODE_OF_CONDUCT.md
:alt: Contributor Covenant.. |gitter-img| image:: https://badges.gitter.im/coqui-ai/STT.svg
:target: https://gitter.im/coqui-ai/STT?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
:alt: Gitter Room.. |doi| image:: https://zenodo.org/badge/344354127.svg
:target: https://zenodo.org/badge/latestdoi/344354127|doc-img| |covenant-img| |gitter-img| |doi|
`👉 Subscribe to 🐸Coqui's Newsletter `_
**Coqui STT** (🐸STT) is a fast, open-source, multi-platform, deep-learning toolkit for training and deploying speech-to-text models. 🐸STT is battle tested in both production and research 🚀
🐸STT features
---------------* High-quality pre-trained STT model.
* Efficient training pipeline with Multi-GPU support.
* Streaming inference.
* Multiple possible transcripts, each with an associated confidence score.
* Real-time inference.
* Small-footprint acoustic model.
* Bindings for various programming languages.`Quickstart `_
================================================================Where to Ask Questions
----------------------.. list-table::
:widths: 25 25
:header-rows: 1* - Type
- Link
* - 🚨 **Bug Reports**
- `Github Issue Tracker `_
* - 🎁 **Feature Requests & Ideas**
- `Github Issue Tracker `_
* - ❔ **Questions**
- `Github Discussions `_
* - 💬 **General Discussion**
- `Github Discussions `_ or `Gitter Room `_Links & Resources
-----------------
.. list-table::
:widths: 25 25
:header-rows: 1* - Type
- Link
* - 📰 **Documentation**
- `stt.readthedocs.io `_
* - 🚀 **Latest release with pre-trained models**
- `see the latest release on GitHub `_
* - 🤝 **Contribution Guidelines**
- `CONTRIBUTING.rst `_