Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
openai
|
3 |
+
langchain
|
4 |
+
unstructured
|
5 |
+
pdf2image
|
6 |
+
pdfminer
|
7 |
+
streamlit-chat
|
8 |
+
pypdfium2
|
9 |
+
chromadb
|
10 |
+
tiktoken
|
11 |
+
python-dotenv
|
12 |
+
requests
|
13 |
+
pydub
|
14 |
+
gtts
|