Skip to content
Discussion options

You must be logged in to vote

Prerequisites: Python 3.11+, and API keys for OpenAI or Anthropic + SerpAPI (for news scraping). MongoDB is optional.

# Clone and set up
git clone https://github.com/Agentic-Analyst/stock-analyst.git
cd stock-analyst
conda create -n stock-analyst python=3.11 -y && conda activate stock-analyst
pip install -r requirements.txt
pip install --upgrade --force-reinstall git+https://github.com/Agentic-Analyst/vynn-core.git

# Configure API keys
cp .env.example .env
# Edit .env → set OPENAI_API_KEY or ANTHROPIC_API_KEY + SERPAPI_API_KEY

# Run a full comprehensive analysis
python main.py \
  --pipeline chat \
  --email your@email.com \
  --timestamp $(date +%Y%m%d_%H%M%S) \
  --llm claude-3.5-sonn…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ryanfu123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants