https://github.com/thehamkercat/llm-receipt-scanner
An app to scan and store your receipts using vision LLMs
https://github.com/thehamkercat/llm-receipt-scanner
Last synced: 6 months ago
JSON representation
An app to scan and store your receipts using vision LLMs
- Host: GitHub
- URL: https://github.com/thehamkercat/llm-receipt-scanner
- Owner: TheHamkerCat
- License: mit
- Created: 2024-12-02T18:44:03.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-30T04:07:16.000Z (9 months ago)
- Last Synced: 2025-04-06T05:15:12.245Z (6 months ago)
- Language: Kotlin
- Homepage:
- Size: 2.08 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLM Receipt Scanner 🧾
An app to scan and store your receipts whenever you buy/pay-for something.
I wrote this for a college project, please don't have too many expectations from the code.## Features
- Compatible with both OpenAI and Anthropic APIs (Might add support for ollama)
- **Extraction**: Automatically detects and extracts info like:
- Item names and prices
- Total amount
- Date of purchase
- Merchant details
- Location of purchase## Future Plans
- [ ] Add support for Ollama
- [ ] Implement batch processing
- [ ] Add export options (CSV, Excel)
- [ ] Add receipt categorization
- [ ] Build a web interface## Screenshots
|  |  |  |
|:--------------------------------:|:--------------------------------:|:--------------------------------:|
|  |  |  |## Contributing
Contributions are welcome! Feel free to submit issues and pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.