Skip to content

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.

Notifications You must be signed in to change notification settings

deepankarvarma/SMS-Spam-Detection-using-NLP

Repository files navigation

SMS Spam Detection

Python code for building a SMS Text classification using Dense network, LSTM and Bi-LSTM architectures in TensorFlow2.


Different steps included in the project are :-
Load and explore the spam data
Prepare train test data
Train the spam detection model using the three approaches mentioned above
Compare and select a final model
Use the final trained classifier to classify the new messages

## The accuracy of the models are as follows:- ### 1) Dense Network ### 2) Bi-LSTM ### 3) LSTM

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published