dani-gonzalez-muela/Quantitative-Portfolio
0
Portfolio Dashboard
Unified view of the TWO-portfolio system — Short-Term / Long-Term — plus the Combined 50/50 book blend (reporting only), clickable per-strategy details, and the validation decision pipeline.
Pages
Run
pip install -r requirements.txt
python app.py # http://127.0.0.1:7860Files
Deploy to Hugging Face Spaces
Push this folder to a Docker Space (Dockerfile included, listens on 7860). No repo data needed — the app reads only dashboard_data/.
To edit a strategy's description/reference shown in the UI: edit its dashboard_data/strategies/<name>/meta.json (description, reference fields); custom text survives build_dashboard_data.py rebuilds.
