Skip to content

satyabarghav/Jugaad-Hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.