AI-powered phishing email detector using NLP and BERT.
Detects phishing emails with ML/DL. Built with Hugging Face, Transformers.
- Clone repo:
git clone https://github.com/superuser303/PhishingGuardAI - Install:
pip install -r requirements.txt - Run preprocessing:
python scripts/preprocess.py
- Train: Run
notebooks/02_model_training.ipynb - Evaluate: Run
notebooks/03_evaluation.ipynb - Predict:
python scripts/predict.py
Run streamlit run app.py
MIT License.