Safe Link is an AI-powered phishing email detection system designed to enhance email security. By leveraging advanced machine learning models, this project identifies phishing attempts, explains detected threats, and provides prevention tips.
- Phishing Detection: Uses the
bert-finetuned-phishing
model from Hugging Face for accurate email classification. - Detailed Explanations: Utilizes the LLaMA 3 LLM from Groq API to provide clear explanations and practical prevention tips.
Check out the live demo of Safe Link here.
- Hugging Face BERT: For phishing email detection.
- Groq API (LLaMA 3): For generating detailed explanations and tips.
- Hugging Face for the
bert-finetuned-phishing
model. - Groq for the LLaMA 3 LLM.