Spaces:
Sleeping
Sleeping
Muhammad Adnan
commited on
Commit
·
6a5c1a1
1
Parent(s):
b7013d9
Add application file
Browse files- requirements.txt +5 -13
requirements.txt
CHANGED
@@ -1,15 +1,7 @@
|
|
1 |
-
huggingface-hub==0.26.2
|
2 |
-
sentence-transformers==3.2.1
|
3 |
-
torch==2.5.1
|
4 |
-
transformers==4.46.2
|
5 |
streamlit==1.40.0
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
numpy==2.0.2
|
10 |
pandas==2.2.3
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
# spaCy language model
|
15 |
-
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0.tar.gz
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit==1.40.0
|
2 |
+
transformers==4.46.2
|
3 |
+
pdfplumber==0.9.0
|
4 |
+
logging==0.5.1.2
|
|
|
5 |
pandas==2.2.3
|
6 |
+
python-docx==0.8.11
|
7 |
+
pickle5==0.0.12 # Provides `pickle` with extended functionality for Python 3
|
|
|
|
|
|