An advanced, AI-powered financial analysis and market research platform built with Streamlit and powered by Phidata Agents using Groq's LLaMA-4-Scout models.
π Live Demo: https://parth10-05-finai-app-83hpt0.streamlit.app/
- π Research Agent: Deep financial analysis, stock comparisons, earnings summaries, sector insights, and more.
- π¬ Financial Chatbot: Conversational Q&A on markets, financial terms, company news, and more.
- π Auto Extracted Tables: Easily download structured data (ratios, fundamentals, etc.) from analysis results.
- π Real-time Web Research: Combines web data with stock fundamentals for 360Β° analysis.
- Groq LLaMA-4-Scout-17B via Groq Cloud
- Phidata Agents (
phi) - YFinanceTools and DuckDuckGo for real-time data
pip install streamlit>=1.32.0 phidata>=0.6.0 pandas>=2.0.0 yfinance>=0.2.31 duckduckgo-search>=3.9.0 python-dotenv>=1.0.0 groq>=0.5.0pip install -r requirements.txtstreamlit run app.py