This project is a web application built with Flask that analyzes email text content to detect potential phishing attempts. It utilizes a pre-trained machine learning model from the Hugging Face Transformers library to classify emails. [cite: 1]
cybersectony/phishing-email-detection-distilbert_v2.4.1 model for classification. [cite: 1]transformers) [cite: 1]torch) [cite: 1]You can install the Python dependencies using pip:
pip install Flask transformers torch
5 commits
Python
56.4%
HTML
34.9%
CSS
8.7%
This project is a web application built with Flask that analyzes email text content to detect potential phishing attempts. It utilizes a pre-trained machine learning model from the Hugging Face Transformers library to classify emails. [cite: 1]
cybersectony/phishing-email-detection-distilbert_v2.4.1 model for classification. [cite: 1]transformers) [cite: 1]torch) [cite: 1]You can install the Python dependencies using pip:
pip install Flask transformers torch
5 commits
Python
56.4%
HTML
34.9%
CSS
8.7%