Thanks to visit codestin.com
Credit goes to github.com

Skip to content

haimh/financial-agent-ui

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Welcome πŸ‘‹

This is a generative UI financial agent.

We use Vercel's AI SDK and LangChain agents to dynamically answer and render UI.

In addition, we use Polygon's Stocks API to get real-time stock data and financials.

Twitter Follow

Getting Started πŸš€

Screenshot 2024-06-05 at 9 27 43 PM

Make sure that you have an OpenAI and Polygon API key.

  1. Download the repo locally:

    git clone https://github.com/virattt/financial-agent-ui.git
    
  2. Create a .env file in the root project directory (next to .env.example) and add the following:

    OPENAI_API_KEY=YOUR_OPENAI_API_KEY      # Get one at https://platform.openai.com
    POLYGON_API_KEY=YOUR_POLYGON_API_KEY    # Get one at https://polygon.io
    
  3. Install the backend server:

  1. Install the frontend app:

Disclaimer πŸ›‘

The goal of this application is only to explore generative AI and UI.

This financial agent is not intended as financial advice. It is designed to provide users with tools and information to explore technical concepts with respect to generative AI only. Users should conduct their own research or consult with a financial advisor before making any financial decisions.

Contributing πŸ‘·β€β™‚οΈ

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License πŸ“œ

This project is licensed under the MIT License.

Contributors ❀️

About

Financial agent + generative UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.0%
  • Python 9.9%
  • Makefile 1.9%
  • CSS 1.7%
  • Shell 1.3%
  • JavaScript 0.2%