Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.01 KB

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?