I created WealthWise Agent, a smart personal finance planner designed to craft personalized budget plans and investment strategies. This app takes into account user inputs like salary, expenses, and financial goals, and then uses a Large Language Model (Gemini) to analyze these factors based on the 50/30/20 budgeting rule. It offers a clear step-by-step reasoning log, a detailed JSON-structured financial plan, and an interactive visualization of budget allocation, empowering users to make informed choices to reach their financial goals.
💻 Tech Stack Used:
Frontend/UI: Gradio (custom themed with CSS, Orbitron font)
AI/Logic: Google Gemini (gemini-1.5-flash) with LangChain agents
Data: yFinance API for real-time stock/ETF data, Pandas & NumPy for calculations
Visualization: Plotly Express for interactive charts