Shrirang20 commited on
Commit
6a86825
·
verified ·
1 Parent(s): b56c2de

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +17 -0
setup.sh CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # # Install the custom version of NeMo by AI4Bharat
2
  # wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip
3
 
 
1
+ #!/bin/bash
2
+
3
+ # Update and install system dependencies
4
+ apt-get update && apt-get install -y \
5
+ libgirepository1.0-dev \
6
+ libcairo2-dev \
7
+ libdbus-1-dev \
8
+ pkg-config \
9
+ python3-dev \
10
+ python3-gi \
11
+ libsndfile1-dev \
12
+ ffmpeg
13
+
14
+ # Upgrade pip
15
+ pip install --upgrade pip
16
+
17
+
18
  # # Install the custom version of NeMo by AI4Bharat
19
  # wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip
20