Overview of the sherpa inference framework
mastersherpa is an open-source speech-to-text inference framework built on PyTorch. It is designed exclusively for end-to-end (E2E) models, specifically transducer- and CTC-based models.
Key characteristics:
- Focus: Deployment of pre-trained models for speech transcription (not for training or fine-tuning).
- APIs: Provides both C++ and Python interfaces.
- Model Types: Supports transducer-based and CTC-based E2E models.
If you need to train or fine-tune models, use the icefall repository instead.