Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
openai
|
3 |
+
langchain
|
4 |
+
loguru
|
5 |
+
mdtex2html
|
6 |
+
Pygments
|
7 |
+
markdown
|
8 |
+
markdown2
|
9 |
+
faiss-cpu
|
10 |
+
unstructured
|
11 |
+
PyPDF2
|
12 |
+
pdfplumber
|
13 |
+
sqlalchemy
|
14 |
+
tabulate
|
15 |
+
pymysql
|