Ahmedhassan54 commited on
Commit
77fa38d
·
verified ·
1 Parent(s): 7c54b13

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -14
requirements.txt CHANGED
@@ -1,14 +1,11 @@
1
- # Core Packages
2
- numpy==1.23.5 # Base numerical operations
3
- pandas==1.5.3 # Data handling
4
- scikit-learn==1.2.2 # ML algorithms (TF-IDF, LogisticRegression)
5
- scipy==1.10.1 # Sparse matrix operations (hstack)
6
-
7
- # NLP Processing
8
- nltk==3.8.1 # Text preprocessing
9
-
10
- imbalanced-learn==0.10.1 # SMOTE oversampling
11
- matplotlib==3.7.1 # Plots
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