Skip to content

HaykDanghyan/email-spam-filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Spam Filtering

This repository contains the implementation of an email spam filtering system using the Naive Bayes algorithm. The goal of this project is to classify emails as either spam or not spam based on their content.


Overview

Spam emails are a prevalent issue that can waste user's time and potentially lead to security threats. This project tackles the problem of email spam by building a Machine Learning model using the Naive Bayes algorithm. Naive Bayes is a popular algorithm for text classification tasks, and it leverages the probability theory to make predictions.


Installation

To use this repository, you need to follow these steps:

  1. Clone the repository:
git clone https://github.com/HaykDanghyan/email-spam-filtering.git
  1. Open Jupyter Notebook
  2. Run Spam Filtering.ipynb and have fun!
Spam or Ham?

About

Email spam filtering using Python and Scikit-Learn for efficient classification of spam and legitimate emails.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published