SimranShaikh commited on
Commit
203cee9
·
verified ·
1 Parent(s): 3b57cdd
Files changed (1) hide show
  1. requirements.txt +2 -8
requirements.txt CHANGED
@@ -1,17 +1,11 @@
1
- # Streamlit app
2
  streamlit==1.28.0
3
-
4
-
5
  transformers==4.35.0
6
  torch==2.1.0
7
  sentence-transformers==2.2.2
8
-
9
  chromadb
10
  PyPDF2==3.0.1
11
- pdfplumber==0.10.3
12
  python-docx==0.8.11
13
-
14
  openpyxl==3.1.2
15
  pandas==2.1.1
16
- numpy==1.24.3
17
- langchain>=0.1.0
 
 
1
  streamlit==1.28.0
 
 
2
  transformers==4.35.0
3
  torch==2.1.0
4
  sentence-transformers==2.2.2
 
5
  chromadb
6
  PyPDF2==3.0.1
 
7
  python-docx==0.8.11
 
8
  openpyxl==3.1.2
9
  pandas==2.1.1
10
+ numpy==1.24.3
11
+ PyMuPDF==1.23.19