Skip to content

MohnishKJ/IsItSpamOrNot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

IsItSpamOrNot? πŸ“©

ML-based app that classifies messages as spam or not spam in real-time.

πŸš€ What it does

  • Takes any email/SMS text as input and predicts spam or not spam instantly
  • Shows example spam messages for reference
  • Gives quick tips to avoid spam

βš™οΈ How it works

  • Cleans and preprocesses text using NLTK (tokenization, stopword removal, stemming)
  • Converts text into numerical features using vectorization
  • Classifies messages using a trained Scikit-learn model
  • Model loaded via Pickle for fast inference
  • Streamlit handles the UI

πŸ› οΈ Tech Stack

  • Python
  • Streamlit
  • NLTK
  • Scikit-learn
  • Pickle

πŸ’‘ Use case

Built to quickly check if a message is spam without relying on built-in email/SMS filters.

πŸ“© Demo

About

ML-based spam classifier that detects spam in emails/SMS in real-time πŸ•΅οΈβ€β™‚οΈ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors