Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 985 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 985 Bytes

Safe Link

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.

Features

  • 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.

Live Demo

image

Check out the live demo of Safe Link here.

Technologies Used

  • Hugging Face BERT: For phishing email detection.
  • Groq API (LLaMA 3): For generating detailed explanations and tips.

Acknowledgments

  • Hugging Face for the bert-finetuned-phishing model.
  • Groq for the LLaMA 3 LLM.