Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.22.0
|
2 |
+
pandas==1.5.3
|
3 |
+
numpy==1.24.3
|
4 |
+
scikit-learn==1.2.2
|
5 |
+
nltk==3.8.1
|
6 |
+
matplotlib==3.7.1
|