Skip to content

suryanagalingam877-code/securemail

Repository files navigation

🛡️ SecureMail AI

AI-Powered Phishing Email Detection System

Live Demo

Features

  • Phishing Detection
  • URL Analysis
  • DNS Verification
  • Sender Validation
  • Risk Scoring
  • Admin Dashboard

Installation

Windows

git clone https://github.com/suryanagalingam877-code/securemail.git

cd securemail

pip install -r requirements.txt

python app.py

Linux

sudo apt update

git clone https://github.com/suryanagalingam877-code/securemail.git

cd securemail

python3 -m venv venv

source venv/bin/activate

pip install -r requirements.txt

python3 app.py

Project Structure

securemail/
├── app.py
├── config.py
├── database.py
├── requirements.txt
├── templates/
├── static/
├── detection/
└── ml_pipeline/

Technology Stack

  • Python
  • Flask
  • Scikit-Learn
  • SQLite
  • DNSPython

License

MIT License

Screenshots

Home Page

Home

Detection Result

Result

About

AI-powered phishing email detection system using Flask, Machine Learning, URL analysis, DNS checks, and sender verification.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors