Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Email Spam Detection

A machine learning project built in Python using Google Colab to classify emails as Spam or Not Spam.

Project Overview

This notebook trains a machine learning model to detect spam emails using text preprocessing and classification techniques.

The project includes:

  • Data preprocessing
  • Text vectorization
  • Model training
  • Prediction system
  • Accuracy evaluation

Technologies Used

  • Python
  • Google Colab
  • Pandas
  • NumPy
  • Scikit-learn

Machine Learning Workflow

  1. Load dataset
  2. Clean and preprocess text
  3. Convert text into numerical vectors
  4. Train classification model
  5. Evaluate model accuracy
  6. Predict whether an email is spam or not

Files

Email_spam_or_not.ipynb
README.md
mail_dara.csv

About

Machine learning and data science projects including classification, prediction, and NLP models.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages