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: 29 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T14:04:48.000Z (about 2 months ago)
- Last Synced: 2025-04-24T15:23:06.765Z (about 2 months ago)
- Topics: asr, celery, kaldi-asr, linto, microservices, offline, online, speech-recognition, speech-to-text, stt, websockets, whisper
- Language: Python
- Homepage:
- Size: 525 KB
- Stars: 56
- Watchers: 9
- Forks: 16
- Open Issues: 11
-
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).