mail.sys is a simple phishing email detection tool built using machine learning.
It uses a trained model to analyze email content and determine whether it's safe or potentially a phishing attempt. The project includes a web interface where users can enter email text and get instant results.
- Detects phishing emails using text analysis
- Machine learning model trained on labeled data
- Clean web interface using Flask
- Easy to run locally
- Run the app: python app.py
- Open the browser at
http://127.0.0.1:5000 - Paste any email content to check if it's safe
- Python (pandas, scikit-learn)
- Flask
- HTML/CSS