Skip to content
#

sms-spam-detection

Here are 57 public repositories matching this topic...

SMS Guard is a production-ready Android application that detects SMS fraud in real time, entirely on-device, with no internet connection required. It was built for the ISEA National Hackathon 2026, organized under India's Information Security Education and Awareness (ISEA) initiative, hosted at IIT Ropar.

  • Updated Mar 21, 2026
  • Dart

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

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

A Machine Learning Processing with SMS Data to predict whether the SMS is Spam/Ham with various ML Algorithms like MultinomialNB, LogisticRegression, SVC, DecisionTreeClassifier, RandomForestClassifier, KNeighborsClassifier, AdaBoostClassifier, BaggingClassifier, ExtraTreesClassifier, GradientBoostingClassifier, XGBClassifier to compare accuracy.

  • Updated Feb 28, 2024
  • 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

The SMS Spam Detection System is a Django-based application that classifies messages as spam or ham using machine learning and keyword-based filtering. It detects spam by analyzing suspicious words, patterns, and NLP techniques to improve accuracy.

  • Updated Apr 22, 2025
  • HTML

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