File size: 607 Bytes
85d3b29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# General dependencies
ffmpeg-python>=0.2.0
numpy==1.23.5
requests
tqdm
wget

# Audio processing
faiss-cpu==1.7.3
librosa==0.9.1
pyworld==0.3.4
scipy==1.11.1
soundfile==0.12.1
praat-parselmouth

# Machine learning
git+https://github.com/IAHispano/fairseq; sys_platform == 'linux'
fairseq==0.12.2; sys_platform == 'win32'
numba; sys_platform == 'linux'
numba==0.56.4; sys_platform == 'win32'
torch==2.1.1
torchcrepe==0.0.21
torchvision==0.16.1

# Visualization
matplotlib==3.7.2
tensorboard
gradio==4.14.0

# Miscellaneous
ffmpy==0.3.1
tensorboardX
requests==2.31.0
edge-tts==6.1.9
pypresence
beautifulsoup4