Spaces:
Runtime error
Runtime error
VoiceCloning-be
commited on
Commit
•
b73ed38
1
Parent(s):
be6b34b
Create requirements.txt
Browse files- requirements.txt +49 -0
requirements.txt
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
pip==23.3; sys_platform == 'darwin'
|
3 |
+
wheel; sys_platform == 'darwin'
|
4 |
+
PyYAML; sys_platform == 'darwin'
|
5 |
+
numpy==1.23.5
|
6 |
+
requests==2.32.0
|
7 |
+
tqdm
|
8 |
+
wget
|
9 |
+
|
10 |
+
# Audio processing
|
11 |
+
ffmpeg-python>=0.2.0
|
12 |
+
faiss-cpu==1.7.3
|
13 |
+
librosa==0.9.2
|
14 |
+
pyworld==0.3.4
|
15 |
+
scipy==1.11.1
|
16 |
+
soundfile==0.12.1
|
17 |
+
praat-parselmouth
|
18 |
+
noisereduce
|
19 |
+
audio_upscaler==0.1.4
|
20 |
+
pedalboard
|
21 |
+
|
22 |
+
# Machine learning and deep learning
|
23 |
+
omegaconf==2.0.5; sys_platform == 'darwin'
|
24 |
+
numba; sys_platform == 'linux'
|
25 |
+
numba==0.57.0; sys_platform == 'darwin' or sys_platform == 'win32'
|
26 |
+
torch==2.1.1
|
27 |
+
torchaudio==2.1.1
|
28 |
+
torchvision==0.16.1
|
29 |
+
torchcrepe==0.0.23
|
30 |
+
torchfcpe
|
31 |
+
einops
|
32 |
+
libf0
|
33 |
+
transformers==4.44.2
|
34 |
+
|
35 |
+
# Visualization and UI
|
36 |
+
matplotlib==3.7.2
|
37 |
+
tensorboard
|
38 |
+
gradio==4.36.0
|
39 |
+
|
40 |
+
# Miscellaneous utilities
|
41 |
+
certifi==2024.7.4; sys_platform == 'darwin'
|
42 |
+
antlr4-python3-runtime==4.8; sys_platform == 'darwin'
|
43 |
+
ffmpy==0.3.1
|
44 |
+
tensorboardX
|
45 |
+
edge-tts==6.1.9
|
46 |
+
pypresence
|
47 |
+
beautifulsoup4
|
48 |
+
flask
|
49 |
+
local-attention
|