Spaces:
Sleeping
Sleeping
Upload 5 files
Browse files- requirements.txt +29 -0
requirements.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
pydantic
|
4 |
+
python-multipart
|
5 |
+
jinja2
|
6 |
+
python-dotenv
|
7 |
+
groq
|
8 |
+
langchain
|
9 |
+
langchain-community
|
10 |
+
chromadb
|
11 |
+
sentence-transformers
|
12 |
+
arxiv
|
13 |
+
requests
|
14 |
+
pypdf
|
15 |
+
pdfplumber
|
16 |
+
PyMuPDF
|
17 |
+
networkx
|
18 |
+
matplotlib
|
19 |
+
pandas
|
20 |
+
numpy
|
21 |
+
beautifulsoup4
|
22 |
+
plotly
|
23 |
+
wordcloud
|
24 |
+
torch
|
25 |
+
aiofiles
|
26 |
+
watchdog
|
27 |
+
seaborn
|
28 |
+
PyJWT
|
29 |
+
flask
|