Welcome to the Finance AI Tracker project! This Django web application helps users track their income and expenses, visualize financial data, and manage transactions.
This project helps individuals manage their finances by tracking both income and expenses. It allows users to view recent transactions, categorize their expenses, and see monthly summaries. Additionally, AI-powered descriptions can be added to transactions to provide insights.
- Track income and expenses
- View monthly summaries of income and expenses
- Filter transactions by date range (e.g., last 7 days, last month)
- Add AI-powered descriptions to transactions
- View detailed reports of your financial data
-
Clone this repository:
git clone https://github.com/dxdelvin/financeAITracker.git cd financeAITracker python manage.py migrate python manage.py createsuperuser python manage.py runserver
Contributing
-
Feel free to fork the project and contribute! Please follow these steps if you would like to contribute:
-
Fork the repository
-
Create a new branch (git checkout -b feature-branch)
-
Make your changes
-
Commit your changes (git commit -am 'Add new feature')
-
Push to your branch (git push origin feature-branch)
-
Open a pull request