# Spam Detector with Streamlit & NLP
This project is a simple **Spam Detection Web App** built with **Python, Streamlit, and NLP**.
It classifies text messages into **Spam** or **Not Spam** using a pre-trained machine learning model.
---
## Features
- Simple web app powered by **Streamlit**
- Pre-trained spam detection model included (`spam_model.pkl`)
- NLP vectorizer included (`vectorizer.pkl`)
- Easy to run with a clean interface
- Classifies any input text into **Spam** / **Not Spam** instantly
---
## Project Structure
---
## ️ Installation & Setup
1. Clone the repository or download the zip file:
```bash
git clone https://github.com/mostaf...
cd spam_Detector-