This ML project Detect phishing mails using supervised ml techniques.
198
1. Pull the Docker image
docker pull sabafraz/phishing_mails_detection:supervised
2. Run the Flask app
docker run -p 5000:5000 sabafraz/phishing_mails_detection:supervised
This project focuses on building a Supervised Machine Learning model to automatically classify emails as:
The goal is to help improve email security by detecting phishing attempts efficiently.
To convert text into numerical format:
Train multiple supervised classifiers such as:
Performance is evaluated using:
The pipeline supports prediction on real-world email text:
The trained model successfully detects phishing emails with strong accuracy and classification performance.
Developed by Saba Faraz
š§ Email: [email protected]ā
Content type
Image
Digest
sha256:1750c1936ā¦
Size
267.8 MB
Last updated
7 months ago
docker pull sabafraz/phishing_mails_detection:supervised