Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.8.0,<5.0.0
|
2 |
+
openai>=1.6.1,<2.0.0
|
3 |
+
langchain>=0.1.0
|
4 |
+
langchain-community>=0.0.10
|
5 |
+
langchain-openai>=0.0.2
|
6 |
+
chromadb>=0.4.18
|
7 |
+
pydub>=0.25.1
|
8 |
+
python-multipart>=0.0.6
|
9 |
+
pypdf>=3.0.0
|
10 |
+
pdf2image>=1.16.3
|
11 |
+
tqdm>=4.65.0
|