simple flask app I use test phishing detection in emails using two pre-trained models. Full credits go to the authors of the models used in this educational example.
- Utilizes two models for phishing detection:
- Model 1: Llama-Phishsense-1B (by AcuteShrewdSecurity)
- Model 2: bert-finetuned-phishing (by E. Alvarado)
-
Model 1: Llama-Phishsense-1B
Author: AcuteShrewdSecurity -
Model 2: bert-finetuned-phishing
Author: E. Alvarado
full_analysis_with__model.py files = full analysis with jsonl data in /examples/.jsonl webgui.py = user input possible examples folder = json data for full_analysis comparison_visualizer.py = graphical comparison for both model results