2026-02-06 17:11:17 +01:00
|
|
|
# Grocery Receipt Tracker
|
|
|
|
|
|
2026-02-06 17:31:09 +01:00
|
|
|
A database application to track your grocery receipts (PDF/email format) and monitor price evolution over time.
|
2026-02-06 17:11:17 +01:00
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
|
|
This project helps you:
|
2026-02-06 17:31:09 +01:00
|
|
|
- Import and store your grocery receipts from email attachments or PDF files
|
|
|
|
|
- Extract item details and prices from receipt images/PDFs
|
|
|
|
|
- Track price changes for the same items across different stores and over time
|
|
|
|
|
- Analyze spending patterns and identify price trends
|
|
|
|
|
- Compare costs to find the best deals and optimize your shopping habits
|
2026-02-06 17:11:17 +01:00
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
2026-02-06 17:31:09 +01:00
|
|
|
- Import receipts from email attachments or PDF files
|
|
|
|
|
- Extract item details and prices using OCR technology
|
|
|
|
|
- Store receipt details (date, store, items, prices, total)
|
|
|
|
|
- Track price evolution for the same items over time
|
2026-02-06 17:11:17 +01:00
|
|
|
- Compare prices for the same items across different stores
|
2026-02-06 17:31:09 +01:00
|
|
|
- Visualize price changes with charts and graphs
|
|
|
|
|
- Generate reports on spending patterns and savings opportunities
|
2026-02-06 17:11:17 +01:00
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
2026-02-06 17:31:09 +01:00
|
|
|
1. Clone this repository
|
|
|
|
|
2. Install dependencies: `pip install -r requirements.txt`
|
|
|
|
|
3. Set up the database: `python manage.py migrate`
|
|
|
|
|
4. Start the application: `python manage.py runserver`
|
|
|
|
|
5. Import your first receipt by uploading a PDF or forwarding an email receipt
|
2026-02-06 17:11:17 +01:00
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
2026-02-06 17:31:09 +01:00
|
|
|
- Upload your grocery receipts (PDF or email attachments)
|
|
|
|
|
- The system will extract item details and prices using OCR
|
|
|
|
|
- View your receipt history and price tracking dashboard
|
|
|
|
|
- Use the comparison tools to analyze price changes over time
|
|
|
|
|
- Export reports for analysis or sharing
|
2026-02-06 17:11:17 +01:00
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
2026-02-06 17:31:09 +01:00
|
|
|
We welcome contributions! Please read our contributing guidelines before submitting pull requests.
|
2026-02-06 17:11:17 +01:00
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
2026-02-06 17:31:09 +01:00
|
|
|
This project is licensed under the MIT License - see the LICENSE file for details.
|