Reproduce Analysis

Quick Start

git clone https://github.com/Digital-AI-Finance/CB-Speeches-Analysis.git
cd CB-Speeches-Analysis && pip install -r requirements.txt
python -c "from analysis.run_all import run_pipeline; run_pipeline()"
cd charts && python run_all_charts.py

Requirements

Pipeline Steps

1. Run Analysis

python -c "from analysis.run_all import run_pipeline; run_pipeline(use_cached=True)"

2. Generate Charts

cd charts && python run_all_charts.py

3. Run Tests

python -m pytest tests/ -v

4. Launch Dashboard

streamlit run app.py

Output Files