Billova is a personal finance tracking application designed to help users manage and monitor their expenses efficiently. The system leverages Optical Character Recognition (OCR) technology for receipt scanning, along with manual input options, to provide users with actionable insights into their spending habits.
- Receipt Scanning: Use OCR technology to scan and extract data from receipts.
- Manual Expense Input: Add expenses manually when scanning is unavailable or fails.
- Expense Categorization: Group expenses by categories such as food, transportation, etc.
- Search and Sort: Easily search for and sort expenses by date or category.
- Monthly Summaries: View a summary of monthly spending trends.
- User Management: Register, log in, and manage user accounts with secure authentication.
- Multi-Platform Support: Works across mobile, tablet, and desktop devices.
- Graphical Insights: Visualize spending through graphs.
- Budget Notifications: Get alerts when approaching set budget limits.
- Multi-language Support: Use the app in your preferred language.
- Collaborative Expense Tracking: Enable multiple users to collaborate.
- Bank Sync Integration: Automatically sync expenses from bank accounts.
- Django: Python-based web framework for API and business logic.
- Django REST Framework: For creating RESTful APIs.
- Relational Database: Stores user data, receipts, expenses, and settings.
- Bootstrap: Responsive UI framework.
- JavaScript: Enhances interactivity.
- OCR API: For receipt scanning.
-
Backend Module
- Role: Processes business logic and integrates with external services like OCR.
- Handles requests from the frontend and manages data flow between the database and APIs.
-
Database Module
- Stores all user data, receipts, expenses, and settings.
- Ensures data security and efficient retrieval.
-
Frontend Module
- Provides an intuitive and responsive user interface.
- Allows users to scan receipts, manage expenses, and view spending summaries.
A Python version of >3.9 installed.
git clone https://github.com/bennilic/Billova/e and switch to main branch.
Install the pip requirements for all the packages used by our project.
pip install -r requirements.txtpython manage.py runserver-
Register an Account
- Create a new user account and log in.
-
Add Expenses
- Use the receipt scanning feature or manually input expense details.
-
View and Manage Expenses
- Search, sort, and categorize expenses.
- View monthly summaries to gain financial insights.
-
Customize Settings
- Change currency, categories, and personal preferences.
We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name - Commit your changes:
git commit -m 'Add feature description' - Push to your branch:
git push origin feature-name - Open a Pull Request.
Billova is licensed under the MIT License.
- Developers:
- Andreas Drozd (Lead Designer)
- Benjamin Lichtenstein (Lead Coordinator)
- Sergiu Iordanescu (Lead Developer)
- Technologies: Django, Bootstrap, OCR APIs