mailong25 / self-supervised-speech-recognition

speech to text with self-supervised learning based on wav2vec 2.0 framework
379 stars 115 forks source link

Install dependencies in CentOS #55

Open windspirit95 opened 3 years ago

windspirit95 commented 3 years ago

Hi, Thank you for sharing your work as it eases my research work in this area a lot ^^ Currently, I could install and run in an Ubuntu machine. But for CentOS 8, it uses yum instead of apt and apt-get, so I have some difficulties in installing the dependencies for KenLM and wav2letter.

sudo apt-get update && sudo apt-get -y install apt-utils libpq-dev libsndfile-dev
sudo apt install libboost-system-dev libboost-thread-dev libboost-program-options-dev libboost-test-dev libeigen3-dev zlib1g-dev libbz2-dev liblzma-dev
sudo apt-get install libsndfile1-dev libopenblas-dev libfftw3-dev libgflags-dev libgoogle-glog-dev

Do you have any suggestion on this issue? Thank you.