/language-ident-from-speech

MInf project focusing on language identification from speech using neural nets, Kaldi and other tools.

Primary LanguageShell

Language identification from speech

Honours project focusing on language identification from speech using neural nets, Kaldi and other tools.

Setting up the environment

Using Conda, create an environment (including the installation of dependencies), and activate it.

conda create --name lid
source activate lid # may need to use 'conda' instead of 'source' when not on Dice
conda install -c conda-forge kaldi