Just built an AI-powered Financial Research Analyst that can process hundreds of hours of financial content, including
- Earnings Call Transcripts (leveraging Financial-Modeling-Prep (FMP) API)
- Podcasts
- Youtube Videos
Application
AI-powered Financial Research Analyst
Key features:
- Multimodal input (text, video, and audio) using the latest Gemini 2.0 flash model
- Structure LLM outputs using Pydantic models to capture company names mentioned, along with ticker symbol, public listing status, and sector information
- Perform sentiment analysis on companies mentioned with a brief explanation
- Get and track input, output and total tokens for each LLM interaction
Check out the demo:
Demo Video
Link to the code on GitHub:
Any feedback would be highly appreciated!