Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
English
lasr_ctc
asr
speech-to-text
medical-asr
african-accents
ghanaian-english
twi
akan
fante
ctc
Instructions to use samwell/medasr-ghana with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use samwell/medasr-ghana with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="samwell/medasr-ghana")# Load model directly from transformers import AutoModelForCTC model = AutoModelForCTC.from_pretrained("samwell/medasr-ghana", dtype="auto") - Notebooks
- Google Colab
- Kaggle