Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas==2.1.4
|
2 |
+
streamlit==1.29.0
|
3 |
+
numpy==1.26.3
|
4 |
+
matplotlib==3.8.0
|
5 |
+
plotly==5.9.0
|
6 |
+
seaborn==0.12.2
|
7 |
+
wordcloud==1.9.3
|
8 |
+
nltk==3.8.1
|
9 |
+
tensorflow==2.15.0
|
10 |
+
tensorflow-hub==0.15.0
|