Spaces:
Sleeping
Sleeping
added requiremnts
Browse files- requirements.txt +68 -0
requirements.txt
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aniso8601==9.0.1
|
2 |
+
appdirs==1.4.4
|
3 |
+
audioread==3.0.0
|
4 |
+
blinker==1.6.2
|
5 |
+
certifi==2023.5.7
|
6 |
+
cffi==1.15.1
|
7 |
+
charset-normalizer==3.1.0
|
8 |
+
click==8.1.3
|
9 |
+
colorama==0.4.6
|
10 |
+
decorator==4.4.2
|
11 |
+
ffmpeg-python==0.2.0
|
12 |
+
filelock==3.12.0
|
13 |
+
Flask==2.3.2
|
14 |
+
Flask-Cors==3.0.10
|
15 |
+
Flask-RESTful==0.3.10
|
16 |
+
Flask-SQLAlchemy==3.0.3
|
17 |
+
fsspec==2023.5.0
|
18 |
+
future==0.18.3
|
19 |
+
greenlet==2.0.2
|
20 |
+
huggingface-hub==0.15.1
|
21 |
+
idna==3.4
|
22 |
+
imageio==2.31.0
|
23 |
+
imageio-ffmpeg==0.4.8
|
24 |
+
itsdangerous==2.1.2
|
25 |
+
Jinja2==3.1.2
|
26 |
+
joblib==1.2.0
|
27 |
+
lazy_loader==0.2
|
28 |
+
librosa==0.10.0.post2
|
29 |
+
llvmlite==0.40.0
|
30 |
+
MarkupSafe==2.1.3
|
31 |
+
more-itertools==9.1.0
|
32 |
+
moviepy==1.0.3
|
33 |
+
mpmath==1.3.0
|
34 |
+
msgpack==1.0.5
|
35 |
+
networkx==3.1
|
36 |
+
numba==0.57.0
|
37 |
+
numpy==1.24.3
|
38 |
+
openai-whisper==20230314
|
39 |
+
packaging==23.1
|
40 |
+
Pillow==9.5.0
|
41 |
+
pooch==1.6.0
|
42 |
+
proglog==0.1.10
|
43 |
+
pycparser==2.21
|
44 |
+
PyPDF2==3.0.1
|
45 |
+
pytube==15.0.0
|
46 |
+
pytz==2023.3
|
47 |
+
PyYAML==6.0
|
48 |
+
regex==2023.6.3
|
49 |
+
requests==2.31.0
|
50 |
+
safetensors==0.3.1
|
51 |
+
scikit-learn==1.2.2
|
52 |
+
scipy==1.10.1
|
53 |
+
six==1.16.0
|
54 |
+
soundfile==0.12.1
|
55 |
+
soxr==0.3.5
|
56 |
+
SQLAlchemy==2.0.15
|
57 |
+
sympy==1.12
|
58 |
+
threadpoolctl==3.1.0
|
59 |
+
tiktoken==0.3.1
|
60 |
+
tokenizers==0.13.3
|
61 |
+
torch==2.0.1
|
62 |
+
torchaudio==2.0.2
|
63 |
+
torchvision==0.15.2
|
64 |
+
tqdm==4.65.0
|
65 |
+
transformers==4.30.0
|
66 |
+
typing_extensions==4.6.3
|
67 |
+
urllib3==2.0.3
|
68 |
+
Werkzeug==2.3.5
|