Skip to content

shukur-alom/Spam_mail_detector_using_ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam Email Detection using scikit-learn

Introduction

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.

Features

  • Utilizes machine learning techniques from scikit-learn.
  • Accurate detection spam emails.

Requirements

To run this project, you'll need the following:

  • Python 3.x
  • scikit-learn library

Installation

  1. Clone this repository to your local machine:
   git clone https://github.com/shukur-alom/Spam_mail_detector_using_ML.git
  1. Install the required Python libraries using pip:
   pip install scikit-learn==0.22.1 
  1. Run The code
   python spam.py