equinox013/hikari-complaint-classifier
0
HIKARI · HIMARI · MACHI
Complaint Driver Classification Pipeline
An end-to-end NLP pipeline that reads raw customer verbatims, strips PII, and multi-label classifies each complaint into one or more of 10 complaint driver categories — built for utility sector CX analytics.
How to use
- Paste a raw customer complaint (email, web form, or phone log transcript) into the text area.
- Select the Case Origin so HIMARI applies the correct channel-extraction rules.
- Adjust the confidence threshold if needed (default 0.5).
- Click Classify.
The app runs the full three-stage pipeline:
- MACHI redacts PII before any text is analysed
- HIMARI normalises and tokenises the cleaned text
- HIKARI predicts complaint driver labels and confidence scores
Model Details
Complaint Driver Labels
Customer Service · Digital · Online Experience · Outages and Faults · Process · Reputation · Sustainability · Trust · Value for Money · Vulnerability & FDV
Notes
- PII patterns are AU-specific (mobile formats, postcodes, street types).
- GloVe weights are frozen inside
hikari_v2.keras— no external embedding download required. - This demo is for portfolio/research purposes. Do not submit real customer PII.
