karstenskyt commited on
Commit
733ec6d
·
verified ·
1 Parent(s): 6661952

Fix strikethrough rendering + add hero image

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,6 +7,10 @@ sdk: static
7
  pinned: false
8
  ---
9
 
 
 
 
 
10
  # silly-kicks
11
 
12
  > Classify and value on-ball football actions using SPADL and VAEP.
@@ -23,7 +27,7 @@ Open-source Python library for soccer analytics — converts raw event and t
23
 
24
  | Model | Architecture | Description |
25
  |-------|-------------|-------------|
26
- | [ghost-gk-v1](https://huggingface.co/silly-kicks/ghost-gk-v1) | RFCDE (HistGBR leaf co-occurrence + 2D KDE) | Conditional density estimation for league-average goalkeeper positioning. 26 goal-relative features, 60×64 probability grid output. Two variants: `"default"` (~9 MB, bundled in wheel) and `"full"` (~91 MB, downloaded from Hub). |
27
 
28
  ## What silly-kicks Does
29
 
 
7
  pinned: false
8
  ---
9
 
10
+ <p align="center">
11
+ <img src="silly-kicks.jpg" alt="silly-kicks" width="400">
12
+ </p>
13
+
14
  # silly-kicks
15
 
16
  > Classify and value on-ball football actions using SPADL and VAEP.
 
27
 
28
  | Model | Architecture | Description |
29
  |-------|-------------|-------------|
30
+ | [ghost-gk-v1](https://huggingface.co/silly-kicks/ghost-gk-v1) | RFCDE (HistGBR leaf co-occurrence + 2D KDE) | Conditional density estimation for league-average goalkeeper positioning. 26 goal-relative features, 60&times;64 probability grid output. Two variants: `"default"` (approx. 9 MB, bundled in wheel) and `"full"` (approx. 91 MB, downloaded from Hub). |
31
 
32
  ## What silly-kicks Does
33