Honours project focusing on language identification from speech using neural nets, Kaldi and other tools.
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