Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
fastapi
|
3 |
+
uvicorn
|
4 |
+
pdfplumber
|
5 |
+
networkx
|
6 |
+
matplotlib
|
7 |
+
plotly
|
8 |
+
transformers
|
9 |
+
langchain-core
|
10 |
+
langchain-experimental
|
11 |
+
langchain-groq
|