Skip to content

superuser303/PhisingGuard-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhishingGuardAI

AI-powered phishing email detector using NLP and BERT.

Overview

Detects phishing emails with ML/DL. Built with Hugging Face, Transformers.

Setup

  1. Clone repo: git clone https://github.com/superuser303/PhishingGuardAI
  2. Install: pip install -r requirements.txt
  3. Run preprocessing: python scripts/preprocess.py

Usage

  • Train: Run notebooks/02_model_training.ipynb
  • Evaluate: Run notebooks/03_evaluation.ipynb
  • Predict: python scripts/predict.py

Demo

Run streamlit run app.py

MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors