Create requirements.txt
Browse files- requirements.txt +25 -0
requirements.txt
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
deemix
|
2 |
+
fairseq==0.12.2
|
3 |
+
faiss-cpu==1.7.3
|
4 |
+
ffmpeg-python>=0.2.0
|
5 |
+
gradio==3.39.0
|
6 |
+
lib==4.0.0
|
7 |
+
librosa==0.9.1
|
8 |
+
numpy==1.23.5
|
9 |
+
onnxruntime_gpu
|
10 |
+
praat-parselmouth>=0.4.2
|
11 |
+
pedalboard==0.7.7
|
12 |
+
pydub==0.25.1
|
13 |
+
pyworld==0.3.4
|
14 |
+
Requests==2.31.0
|
15 |
+
scipy==1.11.1
|
16 |
+
soundfile==0.12.1
|
17 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
18 |
+
torch==2.0.1+cu118
|
19 |
+
torchcrepe==0.0.20
|
20 |
+
tqdm==4.65.0
|
21 |
+
yt_dlp==2023.7.6
|
22 |
+
sox==1.4.1
|
23 |
+
torchfcpe
|
24 |
+
local_attention
|
25 |
+
av
|