An open API service indexing awesome lists of open source software.

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

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

| ![Screenshot 1](screenshots/1.jpg) | ![Screenshot 2](screenshots/2.jpg) | ![Screenshot 4](screenshots/4.jpg) |
|:--------------------------------:|:--------------------------------:|:--------------------------------:|
| ![Screenshot 5](screenshots/5.jpg) | ![Screenshot 6](screenshots/6.jpg) | ![Screenshot 7](screenshots/7.jpg) |

## 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.