US-C.4not implemented Classify receipt images by category using AI
As a user who wants receipts auto-categorised from the image alone (without reading the text) I want use an image classification model that predicts the receipt category (e.g. "groceries", "repairs") from the photo so that the category field is pre-filled before I start manual labelling.
Acceptance Criteria
- The model takes a receipt image and returns a category prediction with confidence score.
- The prediction is shown as an AI suggestion in the labelling TUI.
- The model runs locally (self-hosted).
No DAG diagram: Not yet implemented — image classification step; once built, the path will add a classification node between receipt_img and receipt_lbl_before layers.
Demo video coming soon