Dibyalochan19/SMS-EMAILSPAMCLASSIFIER
0
Overview
This app allows you to classify SMS messages as spam or ham using a trained Naive Bayes model with TF-IDF vectorization. Built with Streamlit, it provides a simple web interface to test any SMS in real-time.
Features
- Input an SMS and check if it’s spam or not.
- Uses pre-trained Multinomial Naive Bayes model.
- Fast predictions using TF-IDF vectorizer.
- Easy-to-use web interface.
How to Run
Locally
- Clone the repository:
git clone <your-repo-url>
cd sms-spam-classifier