--- title: Quant Knowledge Extractor emoji: 📊 colorFrom: green colorTo: gray sdk: docker pinned: true license: mit --- # 📊 Quant Knowledge Extractor — Julia Engine Upload PDFs → Extract strategies → Backtest with Julia → Download MT5 `.set` files. **Julia handles all computation** (indicators, backtest engine, walk-forward optimizer). Python handles only UI (Gradio) and API calls (Claude, HuggingFace). ## Setup — Add these Secrets in Space Settings → Variables and Secrets | Secret | Description | |--------|-------------| | `ANTHROPIC_API_KEY` | Claude API key | | `HF_TOKEN` | HuggingFace write token | | `HF_DATASET_REPO` | `your-username/quant-knowledge-base` | | `HF_TICK_REPO` | `your-username/tick-data` |