Welcome to my Machine Learning project!
This is a Spam Classifier that can detect whether a given SMS or email is Spam or Ham (Not Spam).
Spam messages are everywhere — fake offers, phishing links, or unwanted ads.
This project uses Natural Language Processing (NLP) and Machine Learning to filter out spam and help keep communication safe.
Through a simple Streamlit web app, you can enter a message and instantly see if it’s spam or not.
- ✅ Real-time spam detection via a web interface
- ✅ Text preprocessing (tokenization, stopword removal, stemming)
- ✅ TF-IDF Vectorization for feature extraction
- ✅ Trained Machine Learning model for classification
- ✅ Easy to use & extend with new models/datasets
git clone https://github.com/CoderNived/SMS_Spam_Detection_Project.git
cd SMS_Spam_Detection_Project