Premchan369 commited on
Commit
785bc68
Β·
verified Β·
1 Parent(s): 4e825ec

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -7
README.md CHANGED
@@ -1,13 +1,33 @@
1
  ---
2
- title: Alphaforge Pro
3
- emoji: 🐠
4
- colorFrom: yellow
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 6.14.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: AlphaForge Pro
3
+ emoji: 🧠
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: "5.0.0"
8
+ python_version: "3.10"
9
  app_file: app.py
10
  pinned: false
11
  ---
12
 
13
+ # 🧠 AlphaForge Pro β€” Quantitative Trading Dashboard
14
+
15
+ **Real-time monitoring of your multi-asset alpha pipeline.**
16
+
17
+ ### What you see
18
+ - πŸ“ˆ **Cumulative PnL** with drawdown overlay
19
+ - πŸ“Š **8 live KPIs**: Sharpe, Sortino, Calmar, VaR 95%, Max Drawdown, Alpha, Beta, PnL
20
+ - βš–οΈ **Portfolio weights** bar chart
21
+ - 🧩 **Feature importance** from XGBoost
22
+ - 🎯 **Regime detection** (bull/bear/high-vol/neutral)
23
+ - πŸ—žοΈ **Sentiment scores** from FinBERT
24
+ - ⚠️ **Live alerts** feed
25
+
26
+ ### How it works
27
+ ```
28
+ Market Data β†’ Advanced Features β†’ Alpha Model β†’ Portfolio Optimizer β†’ Weights
29
+ ↑
30
+ Meta-Model (dynamic weighting)
31
+ ↑
32
+ News/Social β†’ FinBERT β†’ Sentiment Alpha
33
+ ```