This AI Investment Agent uses Streamlit and Gemini AI to analyze and compare stock performance, providing detailed investment reports and recommendations.
- Compare two stocks using real-time data
- Generate investment reports with fundamental analysis
- Provide long-term investment recommendations
# Clone the repository
git clone https://github.com/deepakkumar-m/Stock-compare-Ai-gemini.git
cd ai-investment-agent
# Install dependencies
pip install -r requirement.txt
# Run the app
streamlit run app.py