A Windows desktop application (packaged to .exe via PyInstaller) that processes email contact lists and assesses each company's industry sector using OpenAI. It's fully generalised to any industry via user-defined classifiers.
What the App Does
It imports a list of email contacts (from a spreadsheet), assesses each company's email domain against a user-defined industry sector "classifier", and produces a scored, exportable result set.
Core problem it solves
Given a raw list of email addresses from a CRM or other source, it will quickly identify which contacts belong to a target industry (e.g. Pharmacies, Healthcare) without manually researching each company.
Key features
- Import contacts from .xlsx, .xls, or .csv files
- Define custom industry classifiers with include/exclude terms
- Two-pass AI classification using the OpenAI API (GPT models)
- Automatic website scraping for ambiguous results (score 3 of 5)
- Session-based workflow — each import run is a separate session
- Export results to .xlsx or .csv with colour-coded scores
- Demo Mode — a fully self-contained demonstration using fictional data, no API key required
- Settings UI for API key, model selection, batch size, throttle delays