iOS app for AI-powered receipt management
Top 60.8% on sourcepulse
SpendSmart is an open-source iOS application designed to simplify receipt management through AI-powered optical character recognition (OCR). It targets individuals seeking a clutter-free way to digitize and organize receipts, offering automatic extraction of key details like store name, items, and totals from photos.
How It Works
The app leverages Swift and SwiftUI for its iOS interface. Receipt data is extracted using Google's Gemini 2.0 AI model, which is designed to intelligently parse potentially messy or unclear receipt formats. Local storage handles immediate data management, with optional synchronization capabilities via Supabase for cloud backup and cross-device access.
Quick Start & Requirements
git clone https://github.com/madebyshaurya/SpendSmart.git
and cd SpendSmart
.APIKeys.swift
file.Highlighted Details
Maintenance & Community
The project is maintained by Shaurya Gupta (@madebyshaurya). Support and feedback can be provided via GitHub issues or discussions.
Licensing & Compatibility
The repository does not explicitly state a license. Given the open-source nature and lack of specified restrictions, it is likely intended for personal use. Commercial use or linking with closed-source applications would require clarification on licensing terms.
Limitations & Caveats
The app is iOS-specific and requires significant setup with multiple third-party API keys. The absence of a declared open-source license may pose compatibility issues for commercial or broader integration purposes.
2 days ago
Inactive