Muhammad Adnan commited on
Commit
6a5c1a1
·
1 Parent(s): b7013d9

Add application file

Browse files
Files changed (1) hide show
  1. 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
- scikit-learn==1.5.2
7
- spacy==3.8.2
8
- requests==2.32.3
9
- numpy==2.0.2
10
  pandas==2.2.3
11
- pydantic==2.9.2
12
- beautifulsoup4==4.12.3
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