Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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