arshan492/PL-Attacking-Scout
0
๐น Premier League Attacking Translation Tool
A Bayesian scouting dashboard that predicts how attacking output from Europe's top leagues (Ligue 1, Bundesliga, Serie A, La Liga) translates to the English Premier League.
๐ง The Logic
Using a hierarchical Bayesian model, this tool applies a "League Tax" based on historical player transitions. It simulates 8,000+ scenarios for every player to provide a success probability across five key metrics:
- npxG (Non-penalty Expected Goals)
- xAG (Expected Assisted Goals)
- Progressive Passes & Carries
- SCA (Shot-Creating Actions)
๐ How to Run
- Clone the repo:
git clone https://github.com/mdarshanrshaikh/Football-League-Translator.git - Install dependencies:
pip install -r requirements.txt - Launch the app:
streamlit run UI/scout_app.py
๐ Data Source
Metrics sourced from 24/25 season data (FBRef/Opta standard).
