rajendradayma's picture
Update README.md
540e66a verified

A newer version of the Streamlit SDK is available: 1.54.0

Upgrade
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

πŸ—οΈ Project Architecture

Architecture