Update requirements.txt
Browse files- requirements.txt +11 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
numpy==1.23.5
|
| 3 |
-
pandas==1.5.3
|
| 4 |
-
scikit-learn==1.2.2
|
| 5 |
-
scipy==1.10.1
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
seaborn==0.12.2 # Confusion matrix
|
| 13 |
-
joblib==1.2.0
|
| 14 |
-
gradio # For sklearn model serialization
|
|
|
|
| 1 |
+
|
| 2 |
+
numpy==1.23.5
|
| 3 |
+
pandas==1.5.3
|
| 4 |
+
scikit-learn==1.2.2
|
| 5 |
+
scipy==1.10.1
|
| 6 |
+
nltk==3.8.1
|
| 7 |
+
imbalanced-learn==0.10.1
|
| 8 |
+
matplotlib==3.7.1
|
| 9 |
+
seaborn==0.12.2
|
| 10 |
+
joblib==1.2.0
|
| 11 |
+
gradio
|
|
|
|
|
|
|
|
|