Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linto-ai/linto-stt
An automatic speech recognition API
https://github.com/linto-ai/linto-stt
asr celery kaldi-asr linto microservices offline online speech-recognition speech-to-text stt websockets whisper
Last synced: 4 days ago
JSON representation
An automatic speech recognition API
- Host: GitHub
- URL: https://github.com/linto-ai/linto-stt
- Owner: linto-ai
- License: agpl-3.0
- Created: 2019-05-23T13:01:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T05:24:21.000Z (14 days ago)
- Last Synced: 2024-12-09T09:52:06.167Z (14 days ago)
- Topics: asr, celery, kaldi-asr, linto, microservices, offline, online, speech-recognition, speech-to-text, stt, websockets, whisper
- Language: Python
- Homepage:
- Size: 559 KB
- Stars: 47
- Watchers: 9
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinTO-STT
LinTO-STT is an API for Automatic Speech Recognition (ASR).
LinTO-STT can either be used as a standalone transcription service or deployed within a micro-services infrastructure using a message broker connector.
It can be used to do offline or real-time transcriptions.
The following families of STT models are currently supported (please refer to respective documentation for more details):
* [Kaldi models](kaldi/README.md)
* [Whisper models](whisper/README.md)Some functional tests can be found in [the `test/` subfolder](test/README.md).
LinTO-STT can either be used as a standalone transcription service or deployed within a micro-services infrastructure using a message broker connector.
## License
This project is developped under the AGPLv3 License (see LICENSE).