# base libraries | |
pip install transformers datasets | |
# speech recognition libraries | |
pip install torch torchaudio librosa jiwer | |
# language model decoding libraries | |
pip install pyctcdecode | |
pip install https://github.com/kpu/kenlm/archive/master.zip | |
# spellchecking library | |
sudo apt-get install -y libhunspell-dev | |
pip install hunspell | |
pip install python-Levenshtein |