Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
openai
|
3 |
+
langchain
|
4 |
+
langchain-community
|
5 |
+
duckduckgo-search
|
6 |
+
matplotlib
|
7 |
+
wordcloud
|
8 |
+
transformers
|
9 |
+
torch
|
10 |
+
matplotlib
|
11 |
+
graphviz
|
12 |
+
networkx
|
13 |
+
scikit-learn
|