johnsonhk88/AI-Bank-Statement-Document-Automation-By-LLM-And-Personal-Finanical-Analysis-Prediction ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app that can take a bank statement PDF, extract the text and tables, clean up any personal info, and turn it into a simple financial summary people can actually understand.
I want a place where a user can upload a statement, wait while it processes, then see the parsed transactions, income and spending trends, categories, and a few plain English insights. It should also let the user ask questions like what amounts appear in this statement, how much was spent on food, or where my money went this month.
If it makes sense, use an AI workflow to do the parsing and analysis, and make sure it works with local models too. Include a backend API, a basic frontend, background processing for long jobs, and a simple way to store uploads and results. Keep it practical and working end to end, and look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit