This project is a simple Machine Learning model that classifies emails as Spam or Not Spam using Python.
- Text classification using Machine Learning
- Uses CountVectorizer for text processing
- Naive Bayes algorithm for prediction
- Convert email text into numerical format
- Train model on sample data
- Predict whether new email is spam or not
Input: "Free money now"
Output: Spam
- Python
- Scikit-learn
- Use real dataset
- Improve accuracy
- Build web interface
Vishal Mate