32 lines
No EOL
1.1 KiB
Markdown
32 lines
No EOL
1.1 KiB
Markdown
## 💰 AI Personal Finance Planner
|
|
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.
|
|
|
|
### Features
|
|
- 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
|
|
|
|
### How to get Started?
|
|
|
|
1. Clone the GitHub repository
|
|
|
|
```bash
|
|
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
|
|
```
|
|
2. Install the required dependencies:
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
3. Get your OpenAI API Key
|
|
|
|
- Sign up for an [OpenAI account](https://platform.openai.com/) (or the LLM provider of your choice) and obtain your API key.
|
|
|
|
4. Get your SerpAPI Key
|
|
|
|
- Sign up for an [SerpAPI account](https://serpapi.com/) and obtain your API key.
|
|
|
|
5. Run the Streamlit App
|
|
```bash
|
|
streamlit run finance_agent.py
|
|
``` |