Spaces:
Build error
Build error
AgentVerse
commited on
Commit
·
eb1b05b
1
Parent(s):
a0b9eb0
first commit
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pyyaml
|
2 |
+
fastapi==0.95.1
|
3 |
+
uvicorn
|
4 |
+
py3langid
|
5 |
+
iso-639
|
6 |
+
openai==0.27.8
|
7 |
+
opencv-python==4.8.0.76
|
8 |
+
gradio
|
9 |
+
httpx[socks]
|
10 |
+
astunparse
|
11 |
+
langchain==0.0.157
|
12 |
+
scikit-learn
|
13 |
+
pydantic==1.10.7
|
14 |
+
typing-extensions==4.5.0
|
15 |
+
typing-inspect==0.8.0
|
16 |
+
colorlog
|
17 |
+
rapidfuzz
|
18 |
+
spacy
|
19 |
+
colorama==0.4.6
|