add pattern analysis feature with web dashboard and CLI

New /patterns page with 9 analyses: chair win bias, bet rank
correlations, hand type distributions, pot size buckets, streaks,
hourly patterns, and recent-vs-overall comparison. Also adds a
standalone analyze.py CLI script for terminal output.
This commit is contained in:
2026-02-25 22:45:43 +05:00
parent e65b6b2cfb
commit 2b8e3dd456
6 changed files with 824 additions and 1 deletions

View File

@@ -602,6 +602,7 @@
</div>
<div class="status">
<a href="/analytics" style="color:var(--accent);text-decoration:none;font-size:12px;font-weight:600;margin-right:10px">Analytics &rarr;</a>
<a href="/patterns" style="color:var(--accent);text-decoration:none;font-size:12px;font-weight:600;margin-right:10px">Patterns &rarr;</a>
<div id="status-dot" class="status-dot"></div>
<span id="status-text">Connecting...</span>
</div>