File size: 360 Bytes
1a10833 |
1 2 3 4 5 6 7 8 9 10 11 |
# 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 |