Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

anzeyimana/KinyaEmformerRNNT

Domain:

natural language processing

Record type:

softwaremodel
Creator:
anz
Host:
Kinyarwanda streaming ASR based on Emformer RNN-T model architecture # KinyaEmformerRNNT This codebase implements a Emformer model training and inference scripts for lightweight Kinyarwanda streaming speech recognition. The model can be deployed on a smartphone for real-time speech recognition using the phone's micrcophone. ## Getting started TODO: We will be releasing the pre-trained model for Kinyarwanda soon for inference on Android. ### Inference Generating TorchScript model to be deployed on Android ```` cd Inference/ python generate_ts.py python save_model_for_mobile.py ```` ### Training Training script using Mozilla Common Voice Kinyarwanda dataset: ```` cd Training/emformer_rnnt/ python train_cv.py ````

Visit

github.com

Tasks

automatic speech recognitionspeech processing

Languages

Kinyarwanda

Licenses

MIT

Similar

anzeyimana/DeepKINanzeyimana/KinyaTTS

anzeyimana/DeepKIN

DeepKIN -- A deep learning toolkit for Kinyarwanda NLP. # DeepKIN A deep learning toolkit for Kiny

anzeyimana/KinyaTTS

A codebase for Kinyarwanda speech synthesis (text-to-speech) based on MB-iSTFT-VITS2 model in PyTorc