You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a machine learning-based SMS spam detection system. It classifies incoming text messages as Spam or Ham (Not Spam) using Natural Language Processing (NLP) techniques and supervised learning algorithms.
4
-
Features
5
6
6
-
Preprocessing of SMS text (tokenization, stopword removal, stemming)
7
-
Feature extraction using TF-IDF or Bag of Words
8
-
Model training with algorithms like Naive Bayes, Logistic Regression, or SVM
0 commit comments