Spaces:
Sleeping
Sleeping
DrishtiSharma
commited on
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain_community
|
3 |
+
openai
|
4 |
+
selenium
|
5 |
+
bs4
|
6 |
+
chromedriver_autoinstaller
|
7 |
+
streamlit
|
8 |
+
requests
|
9 |
+
chromadb
|
10 |
+
unstructured
|
11 |
+
pdfminer.six
|
12 |
+
pi-heif
|
13 |
+
pdf2image
|
14 |
+
PyPDF2
|
15 |
+
nltk==3.9.1
|
16 |
+
unstructured[pdf]
|
17 |
+
unstructured_inference
|
18 |
+
sentence-transformers
|