This repository contains the complete implementation for the research paper:
"Email Spam Classification: A Comparative Analysis of Machine Learning Approaches"
# Clone repository
git clone https://github.com/k-kj0/email-spam-classifier.git
cd email-spam-classifier
# Install dependencies
pip install -r requirements.txt
# Run the demo
python demo/app.py