An Outlook add-in running on Azure across desktop, web, and New Outlook. It files emails and attachments into SharePoint without the user leaving the inbox — and suggests where each one should go.
The recommender ranks candidate destinations by similarity against the history of prior filing decisions, returning a confidence score for each. It sharpens as precedent accumulates.
- Chose statistical matching over a trained model deliberately — the labelled data did not exist yet.
- Instrumented every decision instead: document, destination, suggestion, accepted or rejected.
- That log builds the training set and doubles as the accuracy baseline for a later move to Azure ML.