kanoyo commited on
Commit
abc2018
·
verified ·
1 Parent(s): 58d2dab

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +37 -0
requirements.txt ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Machine learning
2
+ fairseq==0.12.2
3
+ numba; sys_platform == 'linux'
4
+ numba==0.56.4
5
+ torch==2.1.1
6
+ torchcrepe==0.0.21
7
+ torchvision==0.16.1
8
+ einops
9
+
10
+ # General dependencies
11
+ ffmpeg-python>=0.2.0
12
+ numpy==1.23.5
13
+ requests==2.31.0
14
+ tqdm
15
+ wget
16
+
17
+ # Audio processing
18
+ faiss-cpu==1.7.3
19
+ librosa==0.9.1
20
+ pyworld==0.3.4
21
+ scipy==1.11.1
22
+ soundfile==0.12.1
23
+ praat-parselmouth
24
+
25
+ # Visualization
26
+ matplotlib==3.7.2
27
+ tensorboard
28
+ gradio==4.14.0
29
+
30
+ # Miscellaneous
31
+ ffmpy==0.3.1
32
+ tensorboardX
33
+ edge-tts==6.1.9
34
+ pypresence
35
+ beautifulsoup4
36
+ flask
37
+ local-attention