Upload 2 files
Browse files- pre-requirements.txt +1 -0
- requirements.txt +56 -59
pre-requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pip==24.0
|
requirements.txt
CHANGED
@@ -1,59 +1,56 @@
|
|
1 |
-
tornado>=6.1
|
2 |
-
setuptools
|
3 |
-
pydantic
|
4 |
-
fairseq
|
5 |
-
wheel
|
6 |
-
google-auth-oauthlib
|
7 |
-
pedalboard
|
8 |
-
pydub
|
9 |
-
httpx
|
10 |
-
tensorboardX
|
11 |
-
faiss_cpu
|
12 |
-
ffmpeg_python
|
13 |
-
ffmpy
|
14 |
-
websockets>=10.0
|
15 |
-
gradio==3.34.0
|
16 |
-
librosa
|
17 |
-
elevenlabs
|
18 |
-
gTTS
|
19 |
-
wget
|
20 |
-
psutil
|
21 |
-
matplotlib
|
22 |
-
mega.py
|
23 |
-
gdown
|
24 |
-
edge-tts
|
25 |
-
git+https://github.com/suno-ai/bark.git
|
26 |
-
nltk
|
27 |
-
noisereduce
|
28 |
-
unidecode
|
29 |
-
numba
|
30 |
-
numpy==1.23.5
|
31 |
-
onnxruntime
|
32 |
-
onnxruntime_gpu
|
33 |
-
opencv_python
|
34 |
-
opencv_python_headless
|
35 |
-
pandas
|
36 |
-
praat-parselmouth
|
37 |
-
PySimpleGUI
|
38 |
-
requests
|
39 |
-
|
40 |
-
scikit_learn
|
41 |
-
scipy
|
42 |
-
yt_dlp
|
43 |
-
pyngrok
|
44 |
-
sounddevice
|
45 |
-
soundfile
|
46 |
-
tensorboard
|
47 |
-
tb_nightly
|
48 |
-
torch
|
49 |
-
torchcrepe
|
50 |
-
torch_directml
|
51 |
-
torchaudio
|
52 |
-
torchvision
|
53 |
-
torchgen>=0.0.1
|
54 |
-
tqdm
|
55 |
-
python-dotenv>=1.0.0
|
56 |
-
av
|
57 |
-
|
58 |
-
|
59 |
-
|
|
|
1 |
+
tornado>=6.1
|
2 |
+
setuptools
|
3 |
+
pydantic
|
4 |
+
fairseq>=0.12.2
|
5 |
+
wheel
|
6 |
+
google-auth-oauthlib
|
7 |
+
pedalboard
|
8 |
+
pydub>=0.25.1
|
9 |
+
httpx>=0.23.0
|
10 |
+
tensorboardX
|
11 |
+
faiss_cpu>=1.7.3
|
12 |
+
ffmpeg_python>=0.2.0
|
13 |
+
ffmpy>=0.3.1
|
14 |
+
websockets>=10.0
|
15 |
+
#gradio==3.34.0
|
16 |
+
librosa>=0.9.1
|
17 |
+
elevenlabs
|
18 |
+
gTTS>=2.3.2
|
19 |
+
wget
|
20 |
+
psutil
|
21 |
+
matplotlib>=3.7.2
|
22 |
+
mega.py>=1.0.8
|
23 |
+
gdown
|
24 |
+
edge-tts
|
25 |
+
git+https://github.com/suno-ai/bark.git
|
26 |
+
nltk
|
27 |
+
noisereduce>=2.0.1
|
28 |
+
unidecode
|
29 |
+
numba>=0.57.1
|
30 |
+
numpy==1.23.5
|
31 |
+
onnxruntime
|
32 |
+
onnxruntime_gpu>=1.15.1
|
33 |
+
opencv_python>=4.8.0.74
|
34 |
+
opencv_python_headless>=4.8.0.74
|
35 |
+
pandas>=2.0.3
|
36 |
+
praat-parselmouth>=0.4.2
|
37 |
+
PySimpleGUI>=4.60.5
|
38 |
+
requests>=2.31.0
|
39 |
+
resamp>==0.4.2
|
40 |
+
scikit_learn>=1.3.0
|
41 |
+
scipy>=1.11.1
|
42 |
+
yt_dlp>=2023.7.6
|
43 |
+
pyngrok>=4.1.12
|
44 |
+
sounddevice>=0.4.6
|
45 |
+
soundfile>=0.12.1
|
46 |
+
tensorboard>=2.13.0
|
47 |
+
tb_nightly>=2.14.0a20230803
|
48 |
+
torch>=2.0.0
|
49 |
+
torchcrepe>=0.0.21
|
50 |
+
torch_directml>=0.2.0.dev230426
|
51 |
+
torchaudio>=2.0.1
|
52 |
+
torchvision>=0.15.1
|
53 |
+
torchgen>=0.0.1
|
54 |
+
tqdm>=4.65.0
|
55 |
+
python-dotenv>=1.0.0
|
56 |
+
av
|
|
|
|
|
|