samithcs commited on
Commit
40ed416
·
verified ·
1 Parent(s): 6af3122

upload requirments.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ fastapi>=0.99
3
+ uvicorn[standard]>=0.22
4
+ gradio>=4.0
5
+ PyMuPDF>=1.22.0
6
+ pdfplumber>=0.10.2
7
+ python-docx>=0.8.11
8
+ beautifulsoup4>=4.12.2
9
+ sentence-transformers>=2.2.2
10
+ transformers>=4.39
11
+ faiss-cpu>=1.7.4
12
+ numpy>=1.25
13
+ pandas>=2.0
14
+ scikit-learn>=1.4
15
+ python-dotenv>=1.0
16
+ pyyaml>=6.0
17
+ requests>=2.31
18
+ pytest>=7.4
19
+ flake8>=7.0
20
+ mypy>=1.8
21
+ ipykernel>=6.29
22
+ notebook>=7.1
23
+ diskcache>=5.6
24
+ rank-bm25>=0.2.2