Installation
Clone the Repository
git clone https://github.com/alexbrxdley/Bradley-Quant-Finance-Software-Engine.git
cd "Bradley Quant"
Install Python Dependencies
pip install -r requirements.txt
Run the Terminal CLI
Windows:
.\bradley.bat
Mac/Linux:
python3 python/main.py
Run the Interactive Dashboard
pip install -r streamlit/requirements.txt
streamlit run streamlit/app.py
Activate the AI Financial Guide (optional)
Create .streamlit/secrets.toml in the project root:
GROQ_API_KEY = "your-key-here"
Full details in the README.