amirhoseinsedaghati
commited on
Upload requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# The dependencies of the Streamlit chatbot
|
2 |
+
streamlit
|
3 |
+
plotly
|
4 |
+
pandas
|
5 |
+
transformers
|
6 |
+
numpy
|
7 |
+
scikit-learn
|
8 |
+
scipy
|
9 |
+
regex
|
10 |
+
matplotlib
|
11 |
+
wordcloud
|
12 |
+
torch
|
13 |
+
spacy
|
14 |
+
neattext
|
15 |
+
textblob
|
16 |
+
collections
|
17 |
+
base64
|
18 |
+
time
|
19 |
+
sqlite3
|