Discover and explore top open-source AI tools and projects—updated daily.
NutlopeAI-powered receipt management and expense analysis
Top 90.5% on SourcePulse
Summary
ReceiptHero is an open-source receipt management application designed to automatically organize user receipts using AI-powered Optical Character Recognition (OCR). It targets individuals and power users seeking an efficient way to track expenses, offering automated data extraction and categorization. The primary benefit is streamlined receipt management with enhanced privacy through local data storage.
How It Works
The application utilizes a Next.js app router architecture with Tailwind CSS. Users upload receipt images, which are then processed by Together AI's Llama 4 Scout 17B model. This LLM performs OCR to extract structured data, including vendor, date, amount, items, and currency. The system automatically categorizes expenses and presents spending breakdowns, storing extracted data locally in the browser.
Quick Start & Requirements
.env file using .example.env and add the API key, then run npm install followed by npm run dev.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or project roadmap were provided in the README.
Licensing & Compatibility
The project's license is not explicitly stated in the provided README. This omission requires clarification for assessing commercial use or derivative works.
Limitations & Caveats
The application's functionality is dependent on the external Together AI service, potentially incurring costs and introducing third-party reliance. Data is stored locally in the browser, which may limit persistence and accessibility across different devices or browsers.
3 weeks ago
Inactive
midday-ai