--- title: Email Classification and PII Masking System emoji: 📧 colorFrom: indigo colorTo: pink sdk: streamlit app_file: streamlit_app.py pinned: false --- # 📧 Email Classification and PII Masking System This application automatically masks personal information (PII) like Name, Email, Phone, etc., and classifies support emails into categories (Billing, Technical Support, etc.). ## 🚀 How to use: - Enter the email text in the input box. - Click on "Classify Email". - See the masked email, list of masked entities, and predicted category. ## 🛠️ Built With: - Streamlit - Scikit-learn - Pandas - Joblib # 🏗️ Project Architecture ![Architecture](./architecture.png)