Skip to content

Palak-7998/project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spam Mail Detection 📧

This project is a machine learning application that classifies emails as Spam or Not Spam using natural language processing techniques.
It demonstrates the use of text preprocessing, feature extraction (TF-IDF), and classification models.


✨ Features

  • Preprocesses raw email text (cleaning, tokenization, stopword removal).
  • Converts text into numerical features using TF-IDF vectorization.
  • Classifies emails using Logistic Regression.
  • Achieves high accuracy on benchmark datasets.
  • Easy to extend with other ML models (Naive Bayes, SVM, etc.).

🛠️ Tech Stack

  • Language: Python
  • Libraries: Pandas, NumPy, Scikit-learn
  • Algorithm: TF-IDF + Logistic Regression

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published