AI-powered stock recommendation engine for US + Indian large cap stocks. Weekly SIP bucket tracker with technical analysis and news sentiment.
- Clone the repo
- Create virtual environment: python -m venv venv
- Install: pip install -r requirements.txt
- Add keys to .env: OPENAI_API_KEY and TAVILY_API_KEY
- Run scanner: python scanner.py
- Launch app: streamlit run app.py