A simple spam classifier using Python, Pandas, and Scikit-learn.
✅ Uses Naïve Bayes for spam detection
✅ Converts text to numerical features using CountVectorizer
✅ Classifies messages as Spam or Not Spam
- Install dependencies:
pip install pandas scikit-learn