Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jovicdev97/lama-phish
https://github.com/jovicdev97/lama-phish
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jovicdev97/lama-phish
- Owner: jovicdev97
- Created: 2024-11-04T23:43:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T23:56:28.000Z (2 months ago)
- Last Synced: 2024-11-05T00:29:18.604Z (2 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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