KrirshiChat / setup.sh
Shrirang20's picture
Create setup.sh
5688386 verified
Raw
History Blame
470 Bytes
# Install the custom version of NeMo by AI4Bharat
wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip
unzip -q /content/ai4b_nemo.zip && cd NeMo
bash reinstall.sh
cd ..
git clone -q https://github.com/VarunGumma/IndicTransTokenizer
cd IndicTransTokenizer
pip install -q --editable ./
cd ..
apt-get install libsndfile1-dev ffmpeg
git clone https://github.com/gokulkarthik/TTS
cd TTS
pip3 install -e .[all]
pip3 install -r requirements.txt
cd ..