Skip to content

shogunbanik18/spam-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Spam-Detector

Spam Detector is an online Email/SMS Spam Classifier based binary classification model to detect whether a text message is spam or not (i.e Ham). In this project, I have used many algorithms to create a model that can classify SMS messages as spam or not spam. Being able to identify spam messages is a binary classification problem as messages are classified as either 'Spam' or 'Not Spam'. Also, this is a supervised learning problem, as we will be feeding a labelled dataset into the model, that it can learn from, to make future predictions.

Project Preview :

2 1

Overview

This project has been broken down in to the following steps: This project has been broken down in to the following steps:

  1. Data cleaning
  2. EDA (Exploratory Data Analysis)
  3. Text Preprocessing
  4. Model building
  5. Evaluation
  6. Improvement

TechStack

  • The code is implemented in Google Colaboratory with the help of Python 3.9
  • Libraries used : Numpy,Pandas, Matplotlib,Seaborn and Sklearn.
  • For Deploying : Streamlit , Herokuapp

Project Link :

About

Spam Detector is an online Email/SMS Spam Classifier based binary classification model to detect whether a text message is spam or not (i.e Ham).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages