File size: 502 Bytes
84346f8
 
 
 
 
44dd9ed
84346f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
streamlit

# Install CPU version of pytorch
--extra-index-url https://download.pytorch.org/whl/cpu
torch
torchaudio==0.13.1

soundfile
espnet
espnet_model_zoo

# pyopenjtalk version must be 0.2
pyopenjtalk-prebuilt==0.2.0

# typeguard version must be 2.13.3(latest version python 3.8 is supported)
typeguard==2.13.3

# Use version < 3.7.0 as a workaround, otherwise pyinstallr fails to install some dlls
# https://github.com/pyinstaller/pyinstaller/pull/7505
# To visualize audio data
matplotlib<3.7.0