Automatic Speech Recognition
NeMo
Bengali
ASR
Automatic Speech Recognition
Bangla ASR
Bengali ASR
bn asr
Bangla fastconformer
https://arxiv.org/abs/2311.03196
Instructions to use hishab/titu_stt_bn_fastconformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use hishab/titu_stt_bn_fastconformer with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("hishab/titu_stt_bn_fastconformer") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by SarwarShafee - opened
No description provided.
sagorhishab changed pull request status to merged