Spaces:
Build error
Build error
Commit
·
96e35eb
1
Parent(s):
d1231be
Upload requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# pyarrow
|
2 |
+
# plotly
|
3 |
+
# nbformat
|
4 |
+
# gensim
|
5 |
+
# keras
|
6 |
+
pandas
|
7 |
+
seaborn
|
8 |
+
nltk
|
9 |
+
wordcloud
|
10 |
+
tensorflow
|
11 |
+
tensorflow_hub
|
12 |
+
transformers
|
13 |
+
flask
|
14 |
+
torch
|
15 |
+
torchvision
|
16 |
+
scikit-learn
|
17 |
+
numpy
|
18 |
+
schedule
|