Skip to content

Latest commit

Β 

History

History
29 lines (22 loc) Β· 640 Bytes

File metadata and controls

29 lines (22 loc) Β· 640 Bytes

Spam Email Classifier

This project is a simple Machine Learning model that classifies emails as Spam or Not Spam using Python.

πŸš€ Features

  • Text classification using Machine Learning
  • Uses CountVectorizer for text processing
  • Naive Bayes algorithm for prediction

🧠 How it works

  • Convert email text into numerical format
  • Train model on sample data
  • Predict whether new email is spam or not

πŸ“Œ Example

Input: "Free money now"
Output: Spam

πŸ›  Tech Stack

  • Python
  • Scikit-learn

πŸ“ˆ Future Improvements

  • Use real dataset
  • Improve accuracy
  • Build web interface

πŸ‘¨β€πŸ’» Author

Vishal Mate