Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/k2-fsa/sherpa

Speech-to-text server framework with next-gen Kaldi
https://github.com/k2-fsa/sherpa

asr cpp ctc end-to-end-asr python pytorch speech-recognition transducer websocket

Last synced: 3 days ago
JSON representation

Speech-to-text server framework with next-gen Kaldi

Awesome Lists containing this project

README

        

# sherpa

`sherpa` is an open-source speech-text-text inference framework using
PyTorch, focusing **exclusively** on end-to-end (E2E) models,
namely transducer- and CTC-based models. It provides both C++ and Python APIs.

This project focuses on deployment, i.e., using pre-trained models to
transcribe speech. If you are interested in how to train or fine-tune your own
models, please refer to [icefall][icefall].

We also have other **similar** projects that don't depend on PyTorch:

- [sherpa-onnx][sherpa-onnx]
- [sherpa-ncnn][sherpa-ncnn]

> `sherpa-onnx` and `sherpa-ncnn` also support iOS, Android and embedded systems.

## Installation and Usage

Please refer to the **documentation** at

## Try it in your browser

Try `sherpa` from within your browser without installing anything:

[icefall]: https://github.com/k2-fsa/icefall
[sherpa-onnx]: https://github.com/k2-fsa/sherpa-onnx
[sherpa-ncnn]: https://github.com/k2-fsa/sherpa-ncnn