Skip to content
#

sms-spam-detection

Here are 35 public repositories matching this topic...

A Natural Language Processing with SMS Data to predict whether the SMS is Spam/Ham with various ML Algorithms like multinomial-naive-bayes,logistic regression,svm,decision trees to compare accuracy and using various data cleaning and processing techniques like PorterStemmer,CountVectorizer,TFIDF Vetorizer,WordnetLemmatizer. It is implemented usi…

  • Updated Dec 25, 2020
  • Jupyter Notebook

This repository contains the code for building a spam detection system for SMS messages using deep learning techniques in TensorFlow2. Three different architectures, namely Dense Network, LSTM, and Bi-LSTM, have been used to build the spam detection model. The final model has been deployed as a Streamlit app to showcase its working.

  • Updated Apr 25, 2023
  • 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