Find all the awesome LLM Apps demo with RAG in the following Github Repo. P.S: Don't forget to star the repo to show your support
@saboo_shubham_
-
Finance Agent Demo Application Using Streamlit
By
–
Working Application demo using Streamlit
— Shubham Saboo (@Saboo_Shubham_) 19 juin 2024
Paste the above code in vscode or pycharm and run the following command: 'streamlit run finance_agent.py' pic.twitter.com/GQpDBegf8DWorking Application demo using Streamlit Paste the above code in vscode or pycharm and run the following command: 'streamlit run finance_agent.py'
-

Full Application Code AI Personal Finance Agent
By
–
Full Application code to chat with AI Personal Finance Agent
-
Building AI Financial Planner with User Input and Streamlit
By
–
5. Get User Input and Generate Financial Plan • Create text inputs for the user to enter their financial goals and current financial situation.
• When the button is clicked, run the Planner assistant to generate the financial plan and display it using 'st.write()' -

Creating AI Assistants for Financial Research and Planning
By
–
4. Create and Initialize the AI Assistants Create instances of Assistants:
• Researcher: Searches for financial advice, investment opportunities, and savings strategies based on user preferences
• Planner: Generates a personalized plan based on user preferences. -

Setting Up Streamlit App Interface with Title and Description
By
–
3. Set up the Streamlit App • Add a title to the app using 'st.title()'
• Add a description for the app using 'st.caption()' -

Essential Libraries for Building AI Agents with Streamlit and OpenAI
By
–
2. Import necessary libraries • Streamlit for building the web app
• phi for building AI agents and tools
• OpenAI for using GPT-4
• SerpAPI for web search functionality -

Install Python Libraries for AI Development
By
–
1. Install the necessary Python Libraries Run the following commands from your terminal to install the required libraries:
-
Build AI Personal Finance Agent GPT-4o 30 Lines
By
–
Build an AI Personal Finance Agent with GPT-4o in just 30 lines of Python Code (step-by-step instructions):
-
Building Production-Ready AI Agents: A Practical Concept
By
–
Great concept, super useful for building AI agents for production.