rajendradayma commited on
Commit
f98bc8a
·
verified ·
1 Parent(s): 192b627

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1 +1,15 @@
1
- # Email-Classification-and-PII-Masking-System
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 📧 Email Classification and PII Masking System
2
+
3
+ This application automatically masks personal information (PII) like Name, Email, Phone, etc., and classifies support emails into categories (Billing, Technical Support, etc.).
4
+
5
+ ## 🚀 How to use:
6
+ - Enter the email text in the input box.
7
+ - Click on "Classify Email".
8
+ - See the masked email, list of masked entities, and predicted category.
9
+
10
+ ## 🛠️ Built With:
11
+ - Streamlit
12
+ - Scikit-learn
13
+ - Pandas
14
+ - Joblib
15
+