Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
fastapi
|
3 |
+
uvicorn
|
4 |
+
spacy
|
5 |
+
pdfplumber
|
6 |
+
moviepy
|
7 |
+
librosa
|
8 |
+
soundfile
|
9 |
+
matplotlib
|
10 |
+
numpy
|
11 |
+
transformers
|
12 |
+
sentence-transformers
|
13 |
+
pyngrok
|
14 |
+
openai-whisper
|
15 |
+
accelerate
|
16 |
+
python-multipart
|
17 |
+
datasets
|
18 |
+
evaluate
|
19 |
+
pandas
|
20 |
+
plotly
|
21 |
+
pydantic==1.10.8
|