This cookbook contains an Investment Researcher that generates an investment report on a stock.
Note: Fork and clone this repository if needed
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate
pip install -r cookbook/llms/groq/investment_researcher/requirements.txt
export GROQ_API_KEY=***
streamlit run cookbook/llms/groq/investment_researcher/app.py
Provide tickers for research and click on the Generate Report
button to generate the investment report.
Example: NVDA, AAPL, MSFT, GOOGL, AMZN, TSLA