An intelligent spam message detector using TF-IDF and LSTM This app was developed to help people in Nigeria and across the world detect scam messages and protect themselves from fraud.
# spam-detector
An intelligent spam message detector using TF-IDF and LSTM
# Spam Message Detector
A lightweight and helpful spam message detector using TF-IDF and (optionally) LSTM.
## 🌟 Features
- Detects whether a message is SPAM ❌ or HAM ✅
- Uses TF-IDF and PyTorch
- Gradio Interface (very user friendly)
- Deployable online (Hugging Face, Render, etc.)
## đź§Ş How To Use
1. Install requirements:
```bash
pip install -r requirements.txt