Bill-E Audit Ledger
Production event-driven ingestion & OCR analysis.
About this PipelineClick to expand
This dashboard visualizes a live, zero-idle-cost serverless backend built on AWS.
- 1. Ingestion: Files uploaded via this UI are securely stored in an Amazon S3 bucket.
- 2. Orchestration: S3 triggers an event notification, placing the audit request into an Amazon SQS queue.
- 3. Compute & AI: A Python AWS Lambda function polls the queue, extracts text via OCR, and runs heuristic risk analysis.
- 4. Storage: Final risk scores and extracted data are written to DynamoDB, which is polled by this Next.js interface.
Total Ingested
3
Successfully Analyzed
3
| Receipt ID | Pipeline Status | Risk Score | Heuristic Flags | Timestamp |
|---|---|---|---|---|
| alc.jpeg | Analyzed | 50.00 | alcohol | 02:26:49 PM |
| bill.jpeg | Analyzed | 100.00 | casinobeer | 01:25:27 PM |
| five-fold-receipt.jpeg | Analyzed | 0.00 | — | 01:12:55 PM |
Manual Ingestion Route
Upload Pipeline Ready
Select a receipt image to send it directly to the AWS SQS queue.