Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jovicdev97/lama-phish


https://github.com/jovicdev97/lama-phish

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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)

## Credits
- **Model 1:** [Llama-Phishsense-1B](https://huggingface.co/AcuteShrewdSecurity/Llama-Phishsense-1B)
Author: AcuteShrewdSecurity

- **Model 2:** [bert-finetuned-phishing](https://huggingface.co/ealvaradob/bert-finetuned-phishing?library=transformers)
Author: E. Alvarado