Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 597 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 597 Bytes

SMS_Spam_Classifier

Overview This repository contains a machine learning model for classifying SMS messages as spam or ham (not spam). The model is built using Python and leverages various text processing and classification techniques to accurately classify SMS messages.

Features Text Preprocessing: Tokenization, stopword removal, and vectorization. Classification Models: Includes Logistic Regression, Naive Bayes, and Support Vector Machine (SVM). Evaluation Metrics: Accuracy, Precision, Recall, and F1-Score. User Interface: A simple CLI for testing the classifier with custom messages.