This Streamlit app is an AI-powered personal finance planner that generates personalized financial plans using OpenAI GPT-4o. It automates the process of researching, planning, and creating tailored budgets, investment strategies, and savings goals, empowering you to take control of your financial future with ease.
- Set your financial goals and provide details about your current financial situation
- Use GPT-4o to generate intelligent and personalized financial advice
- Receive customized budgets, investment plans, and savings strategies
- Clone the GitHub repository
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
- Install the required dependencies:
pip install -r requirements.txt
- Get your OpenAI API Key
- Sign up for an OpenAI account (or the LLM provider of your choice) and obtain your API key.
- Get your SerpAPI Key
- Sign up for an SerpAPI account and obtain your API key.
- Run the Streamlit App
streamlit run finance_agent.py