CoolFace
Apppublic

osama-n097/match-performance-api

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
47 commits on main
e71b3bf3mo ago

Add rebuilt front-end build output

osama-n097
23e0c303mo ago

Fix front-end API URL: use relative /api/v1 instead of localhost:8000

osama-n097
1c375033mo ago

Fix: remove leftover code that dropped player_rating column in trends endpoint

osama-n097
5ada7f13mo ago

Trigger HF Spaces rebuild

osama-n097
29979bf3mo ago

Unify player ratings across all pages to use xT-based player_rating

osama-n097
c1824883mo ago

Add required parquet files via LFS

osama-n097
93d200e3mo ago

Simple Dockerfile with pre-built frontend + data prep

osama-n097
2e231723mo ago

Fix route ordering, add data prep script for Docker

osama-n097
1744f9f3mo ago

Fix route ordering + multi-stage Docker build

osama-n097
f4146e13mo ago

Add pre-built frontend + simple Dockerfile

osama-n097
f99e6533mo ago

Multi-stage Dockerfile with node:18 build

osama-n097
960f6dc3mo ago

Pre-built frontend - no Node.js in Docker

osama-n097
843ee943mo ago

Multi-stage Dockerfile with node:18

osama-n097
4b2641f3mo ago

Split npm steps with logging

osama-n097
522b7803mo ago

Single-stage Dockerfile with Node + Python

osama-n097
64022133mo ago

Simplify Dockerfile - reorder stages

osama-n097
c503b9c3mo ago

Set CI=false for frontend build (ESLint warnings in CI)

osama-n097
d2d94d23mo ago

Trigger HF Spaces rebuild

osama-n097
41f7c033mo ago

Use xT-based player_rating in season trends endpoint

ahmednassersalem
314d97c3mo ago

Remove front-end/ from dockerignore (needed for multi-stage build)

osama-n097
badb0493mo ago

Add HF Spaces README config

osama-n097
95042043mo ago

Multi-stage Docker: build frontend, serve via FastAPI

osama-n097
e9247c03mo ago

Fix unused barcaSide in match flow section

osama-n097
dc64b1d3mo ago

Remove vercel.json (project settings already correct)

osama-n097
ce29ffc3mo ago

Fix vercel.json - set buildCommand to cd front-end

osama-n097
1a00d203mo ago

Add vercel.json to set rootDirectory to front-end

osama-n097
fcdfbb53mo ago

Fix unused vars causing Vercel build failure

osama-n097
a0fe4a73mo ago

Simplify Dockerfile CMD to shell form for Render compat

osama-n097
a0db8b83mo ago

Update Dockerfile for Render (PORT env var)

osama-n097
905a2643mo ago

Add pass network insights to TacticalBoardSection for enhanced analysis

osama-n097
feb9eb43mo ago

Enhance player rating system by adjusting BASE_RATING and modifying scoring calculations; improve pass network visualization with increased opacity and stroke thickness in frontend components

osama-n097
7c3778e3mo ago

Adjust BASE_RATING values and modify scoring calculations for improved player rating accuracy

osama-n097
4b88cb03mo ago

Refactor Match Flow rendering logic to improve readability and reduce redundancy

osama-n097
dda17983mo ago

Add Match Flow frontend section: 6-period cards with per-team stats, key events, possession bar, attacking threat, and synthesis panel

osama-n097
fe679ba3mo ago

Add Match Flow section: 6-period analysis engine with per-period stats, key events, possession, attacking threat, and synthesis

osama-n097
36742bb3mo ago

Add 4 insight detectors: set-piece dependency, GK impact, transition directness, shot clustering

osama-n097
2a82a643mo ago

Add Deep Analysis section frontend for rule-based insights

osama-n097
1033c9a3mo ago

Add rule-based analytical insights engine to match analysis

osama-n097
3ebbb3f3mo ago

Defensive actions chart: full pitch instead of half pitch

osama-n097
3199de63mo ago

Add tactical board charts: position-specific defensive map + heatmap endpoint

osama-n097
13961613mo ago

Implement xT-based player ratings computation and update SeasonTrends visualization

ahmednassersalem
7100cb13mo ago

Slightly reduce ball receipt value 0.01 -> 0.003

ahmednassersalem
e6863633mo ago

Replace position-weight rating with xT-based event rating

ahmednassersalem
026dd6f3mo ago

Recalibrate rating weights & unify Score across project

ahmednassersalem
19f211b3mo ago

Add event-driven player rating system with position-based weights, timing multipliers, and unified Score display

ahmednassersalem
185333e3mo ago

Add pass network overlay with node sizing to Tactical Board formation view

ahmednassersalem
a360d8c3mo ago

Initial commit: Match Performance Analysis platform

ahmednassersalem