Skip to content
#

sms-spam-detection

Here are 55 public repositories matching this topic...

📱 Detect spam SMS messages using a Machine Learning system, classifying texts as Spam or Ham with high accuracy and efficiency.

  • Updated Feb 7, 2026
  • Jupyter Notebook

A machine learning–based SMS Spam Detection system developed using Python to identify and filter spam messages. The project applies text preprocessing, vectorization techniques, and supervised learning algorithms to classify SMS data accurately. It demonstrates practical implementation of NLP concepts.

  • Updated Dec 31, 2025
  • Jupyter Notebook

🛡️SMSGuard – An advanced Machine Learning–powered SMS Spam Detection system using TF-IDF and models like Naive Bayes, Logistic Regression, and SVM. Includes confusion matrix visualization, real-message testing, and custom SMS predictions. Perfect for cybersecurity, telecom filtering, and ML learning.

  • Updated Dec 14, 2025
  • Jupyter Notebook

This project classifies SMS messages as spam or ham using a feedforward neural network in PyTorch with a bag-of-words representation. It includes train/validation/test splits, performance evaluation (accuracy, sensitivity, specificity, precision), and saving the trained model and vectorizer for reuse in inference.

  • Updated Oct 13, 2025
  • Python

A machine learning project to classify SMS messages as Spam or Ham (Not Spam) using Natural Language Processing (NLP) techniques and Scikit-learn. This binary classification task uses the UCI SMS Spam Collection Dataset and implements various models including Naive Bayes, SVM, and Logistic Regression with performance tuning.

  • Updated Jun 12, 2025
  • Jupyter Notebook

The project leverages Naive Bayes Classifiers, a family of algorithms based on Bayes’ Theorem, which presumes independence between predictive features. This theorem is crucial for calculating the likelihood of a message being spam based on various characteristics of the data.

  • Updated May 9, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the sms-spam-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sms-spam-detection topic, visit your repo's landing page and select "manage topics."

Learn more