Installation

To install NeMo check NeMo documentation.

pip install -q 'nemo_toolkit[asr]'

Inferencing

Download test_bn.wav

# pip install -q 'nemo_toolkit[asr]'

import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.ASRModel.from_pretrained("speaklar/speaklar_stt_bn_fastconformer")

auido_file = "test_bn.wav"
transcriptions = asr_model.transcribe([auido_file])
print(transcriptions)
# ['ডিজিটাল প্রম্পট দেখে গুগল ম্যাপে লোকেশন ড্রাইভ রুট খুঁজে পেলাম ']

Colab Notebook for Infer:

Author

Munzur ul Mamun
📧 munzuruleee@gmail.com
🌐 https://speaklar.com

Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for speaklar/speaklar_stt_bn_fastconformer

Finetuned
(1)
this model