Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.39.0
|
| 2 |
+
numpy==1.25.2
|
| 3 |
+
pandas==2.1.0
|
| 4 |
+
PyPDF2==2.12.1
|
| 5 |
+
python-docx==0.8.11
|
| 6 |
+
sentence-transformers==2.2.2
|
| 7 |
+
huggingface-hub==0.16.4
|
| 8 |
+
torch==2.1.0
|
| 9 |
+
scikit-learn==1.3.0
|
| 10 |
+
spacy==3.7.0
|
| 11 |
+
fpdf==1.7.2
|
| 12 |
+
typer<0.10.0,>=0.3.0
|