asr_indic_server_cpu / server-setup.sh
sachin
add cpu mode
6a2d9d9
raw
history blame contribute delete
312 Bytes
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y python3-venv
sudo apt-get install -y python3-pip
sudo apt-get install -y ffmpeg
sudo apt install net-tools -y
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
#cd src/asr_indic_server
python src/asr_api.py