A simple web-based phishing email detection tool using Flask, Machine Learning, and NLP.
✔ Detects potential phishing emails
✔ Uses TF-IDF + Feature Engineering
✔ Web-based interface with Flask + Bootstrap
✔ Probability-based classification
- Install dependencies:
pip install flask joblib pandas numpy scikit-learn