A real-time stock market analysis tool that aggregates and analyzes news from multiple Indian financial news sources.
- Real-time market data from multiple sources
- AI-powered analysis of market trends
- Interactive Q&A about market conditions
- User-friendly web interface
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables in
.env
:OPENAI_API_KEY=your_api_key OPENAI_BASE_URL=your_base_url
Run the Streamlit app:
streamlit run market_ui.py
This app can be deployed on Streamlit Cloud:
- Push your code to GitHub
- Visit share.streamlit.io
- Connect your GitHub repository
- Add your environment variables in the Streamlit Cloud dashboard
- Deploy!