Skip to content

Vrunda2/Email_Spam_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📧 Email Spam Classifier

A simple machine learning web app to classify emails as Spam or Not Spam using Flask.

🚀 Features

  • Classifies raw email text as "Spam" or "Not Spam"
  • Trained ML model using NLP techniques
  • Interactive and responsive web UI

🧠 Tech Stack

  • Python
  • Flask
  • Scikit-learn
  • HTML/CSS (Web UI)

🖥️ Run Locally

1. Clone the Repository

git clone https://github.com/Vrunda2/Email_Spam_Classifier.git
cd Email_Spam_Classifier

2. Install Requirements

pip install -r requirements.txt

3. Run the App Locally

python app.py

Visit: http://127.0.0.1:5000

📂 Project Structure

Email_Spam_Classifier/
├── app.py
├── model.pkl
├── vectorizer.pkl
├── templates/
│   └── index.html
├── static/
│   └── style.css
├── requirements.txt
└── README.md

📸 UI Preview

UI Screenshot


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors