That1BrainCell
commited on
req.txt first
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4==4.12.3
|
2 |
+
duckduckgo_search==6.1.0
|
3 |
+
faiss_cpu==1.8.0
|
4 |
+
fastapi==0.111.0
|
5 |
+
fitz==0.0.1.dev2
|
6 |
+
Flask==3.0.3
|
7 |
+
googlesearch_python==1.2.4
|
8 |
+
langchain==0.2.3
|
9 |
+
langchain_community==0.2.4
|
10 |
+
langchain_google_genai==1.0.6
|
11 |
+
langchain_text_splitters==0.2.1
|
12 |
+
langdetect==1.0.9
|
13 |
+
numpy==1.26.4
|
14 |
+
pdfplumber==0.11.1
|
15 |
+
Pillow==10.3.0
|
16 |
+
protobuf==4.25.3
|
17 |
+
pydantic==2.7.4
|
18 |
+
PyPDF2==3.0.1
|
19 |
+
Requests==2.32.3
|
20 |
+
spacy==3.7.5
|
21 |
+
streamlit==1.35.0
|
22 |
+
tqdm==4.66.4
|