This project is a spam email detection system built using machine learning algorithms from scikit-learn. Spam emails can be a significant problem, and having an automated system to detect and filter them out can be invaluable.
The model in this project is designed to detect various types of spam emails, making it versatile and useful for different email platforms and applications.
- Utilizes machine learning techniques from scikit-learn.
- Accurate detection spam emails.
To run this project, you'll need the following:
- Python 3.x
- scikit-learn library
- Clone this repository to your local machine:
git clone https://github.com/shukur-alom/Spam_mail_detector_using_ML.git
- Install the required Python libraries using pip:
pip install scikit-learn==0.22.1
- Run The code
python spam.py