Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,15 @@
|
|
| 1 |
-
# Email
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|