ML-Project-Sms-Scam-Classify
- Tech Stack: Python, scikit-learn, Pandas, CountVectorizer, Logistic Regression
- GitHub URL: Project Link
Cleaned and tokenized SMS data, removed stopwords, vectorized with TF-IDF.
Trained Logistic Regression, Naïve Bayes and SVM; Logistic Regression achieved 98% accuracy.
Deployed model behind a Flask API for message classification.