I wanted to practice Go regularly by building real projects, so I decided to solve a problem I personally face: expense tracking.
For the last few months, my money management has been messy. I tried different finance apps, but most of them required too much manual input.
So I built a personal finance tracker with AI chat and Telegram bot support.
Now I can simply write:
had lunch 500 taka
The LLM extracts the amount, category, description, and other details, then logs the expense for me.
I can also upload a receipt, and the app can read it and extract purchase details automatically.
This is still an early-stage project. I will keep working on it in my free time to add more features, improve stability, and reduce bugs.
GitHub repo:
https://github.com/aididalam/LLM-Finance-Tracker
Top comments (0)