File size: 693 Bytes
d5c4c0d
 
 
 
 
 
 
 
 
 
f98bc8a
 
 
 
 
 
 
 
 
 
 
 
 
 
7aa83fa
 
 
 
8e88745
540e66a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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)