AI4Finance-Foundation / FinRobot

FinRobot: An Open-Source AI Agent Platform for Financial Applications using LLMs 🚀 🚀 🚀
https://ai4finance.org
Apache License 2.0
1.61k stars 248 forks source link

Tutorial for using AutoGen to Chat with Earnings Call transcripts and SEC Filings #21

Closed Athe-kunal closed 5 months ago

Athe-kunal commented 5 months ago

This tutorial includes the following things

  1. Users can chat with earnings call transcript data
  2. Users can chat with SEC filings using the unstructured SEC filings library
  3. Users can download any SEC filing they want (10-K,10-Q, S-1), convert PDF to markdown and then chat with it

This tutorial uses another repo developed by me for financial data collection rep. In the near future, we can include those data sources in current tools. Also, in the tutorial, I explicitly mention how I am using AutoGen, which can help users to understand the basics of AutoGen library