geekyrakshit commited on
Commit
78685ae
·
verified ·
1 Parent(s): 58d6776

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -0
requirements.txt ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adapters>=1.0.0
2
+ bm25s[full]>=0.2.2
3
+ datasets>=3.0.1
4
+ einops>=0.8.0
5
+ firerequests>=0.0.7
6
+ jax[cpu]>=0.4.34
7
+ pdf2image>=1.17.0
8
+ python-dotenv>=1.0.1
9
+ pymupdf4llm>=0.0.17
10
+ torch>=2.4.1
11
+ weave>=0.51.14
12
+ pip>=24.2
13
+ uv>=0.4.20
14
+ pytest>=8.3.3
15
+ PyPDF2>=3.0.1
16
+ PyStemmer>=2.2.0.3
17
+ safetensors>=0.4.5
18
+ isort>=5.13.2
19
+ black>=24.10.0
20
+ ruff>=0.6.9
21
+ marker-pdf>=0.2.17
22
+ pdfplumber>=0.11.4
23
+ semchunk>=2.2.0
24
+ tiktoken>=0.8.0
25
+ sentence-transformers>=3.2.0
26
+ google-generativeai>=0.8.3
27
+ mistralai>=1.1.0
28
+ instructor>=1.6.3
29
+ jsonlines>=4.0.0
30
+ opencv-python>=4.10.0.84
31
+ openai>=1.52.2
32
+ streamlit>=1.39.0