A newer version of the Streamlit SDK is available:
1.54.0
metadata
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
