Spaces:
Running
Running
Create requirements.txt
Browse filesThis is the requirements.txt file
- requirements.txt +35 -0
requirements.txt
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
torch
|
3 |
+
accelerate
|
4 |
+
sentence_transformers
|
5 |
+
streamlit_chat
|
6 |
+
streamlit
|
7 |
+
faiss-cpu
|
8 |
+
tiktoken
|
9 |
+
ctransformers
|
10 |
+
huggingface-hub
|
11 |
+
pypdf
|
12 |
+
python-dotenv
|
13 |
+
replicate
|
14 |
+
docx2txt
|
15 |
+
unstructured
|
16 |
+
pdf2image
|
17 |
+
pdfminer.six
|
18 |
+
opencv-python
|
19 |
+
unstructured_inference
|
20 |
+
pikepdf
|
21 |
+
streamlit
|
22 |
+
boto3
|
23 |
+
opencv-python
|
24 |
+
pillow
|
25 |
+
PyPDF2
|
26 |
+
pdf2image
|
27 |
+
reportlab
|
28 |
+
pillow-heif
|
29 |
+
python-pptx==0.6.23
|
30 |
+
pypandoc==1.13
|
31 |
+
pandoc==2.3
|
32 |
+
pandas==1.5.1
|
33 |
+
openpyxl==3.0.10
|
34 |
+
xlrd==2.0.1
|
35 |
+
langchain-experimental==0.0.51
|