AbeShinzo0708 commited on
Commit
4c4045b
1 Parent(s): e188669

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -0
requirements.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+
3
+ # Install CPU version of pytorch
4
+ --extra-index-url https://download.pytorch.org/whl/cpu
5
+ torch==2.0.1+cpu
6
+ torchaudio
7
+
8
+ scipy==1.10.1
9
+ soundfile==0.12.1
10
+ espnet==202308
11
+ espnet_model_zoo==0.1.7
12
+ streamlit==1.25.0
13
+
14
+ # pyopenjtalk version must be 0.2
15
+ pyopenjtalk-prebuilt==0.2.0
16
+
17
+ # typeguard version must be 2.13.3(latest version python 3.8 is supported)
18
+ typeguard==2.13.3
19
+
20
+ # Use version < 3.7.0 as a workaround, otherwise pyinstallr fails to install some dlls
21
+ # https://github.com/pyinstaller/pyinstaller/pull/7505
22
+ # To visualize audio data
23
+ matplotlib<3.7.0