football-analytics
There are 245 repositories under football-analytics topic.
eddwebster/football_analytics
📊⚽ A collection of football analytics projects, data, and analysis by Edd Webster (@eddwebster), including a curated list of publicly available resources published by the football analytics community.
FantasyFootballAnalytics/ffanalytics
ffanalytics R package
diegopastor/awesome-football-analytics
A curated list of football analytics awesome resources, articles, books and more!
abhiamishra/ggshakeR
An analysis and visualization R package that works with publicly available soccer data
ZOXEXIVO/open-football
Football simulation engine (like Football Manager) written in pure Rust
JanVanHaaren/soccer-analytics-resources
Collection of references, datasets and software libraries for soccer analytics.
Dato-Futbol/xg-model
An example of how to create a xG model using R and Wyscout event data
huffyhenry/sync.soccer
Synchronise event and tracking data using dynamic programming
Dato-Futbol/passing-networks
A couple of functions to create customized passing networks with event data by Statsbomb and tracking data by Metrica Sport
Regista6/EA-FC-Automated-SBC-Solving
EA FC 25 Automated SBC Solving using Integer Programming ⚽
hadjdeh/football-data-analysis
Football Data Processing & Visualization
Slothfulwave612/Football-Analytics-With-Python
A repository for football analytics
saheedniyi02/fpl-ai
A machine learning system that predicts fpl points of players
Yousef-Nasr/Football-analysis
This project utilizes YOLOv8 for player detection, means to cluster players into two teams, and ByteTracker for player tracking in football matches.
mjk2244/pro-football-reference-web-scraper
Web scraper to retrieve player and team data from Pro Football Reference.
tom-draper/pldashboard
A Premier League football dashboard.
sanjitva/Predicting-Football-Player-Transfer-Values
Flatiron School Capstone project. Trying to find out how well players' on-field performance metrics can be used to predict their transfer values.
sanjeevnara7/FootballPassPrediction
Football/Soccer Pass Receiver Prediction using Object Detection/Graph Neural Networks (GNNs)
Mostafa-Nafie/Football-Object-Detection
This is a computer vision project that utilizes object detection algorithms to analyze football matches videos by finding the position of players, ball and referees on the football pitch and finding out to which team each player belongs.
somdeep/Statball
Statball - Football soccer stats analyser from top 5 european leagues with data obtained by web scraping from Fbref and Statsbomb
MauroAndretta/AIFootballPredictions
AIFootballPredictions is an ML-based system to predict if a football match will have over 2.5 goals. Using historical data from top European leagues (Serie A, EPL, Bundesliga, La Liga, Ligue 1), it employs advanced feature engineering and model training techniques to provide accurate predictions. Perfect for sports analytics enthusiasts.
tanjt107/football-prediction
A multiplicative rating model for football written in Python
JanVanHaaren/champions-league-draw-simulator
Simulator for the UEFA Champions League group stage draw.
zakroum-hicham/football-analysis-CV
This repository contains a computer vision/machine learning football project that uses YOLO for object detection, Kmeans for pixel segmentation, and perspective transformation to analyze player movements in football videos
kt474/fantasy-football-wrapped
Detailed insights and charts for sleeper fantasy football leagues
AndresNavarrete/football_predictor
Prediction of Premier League results using Machine Learning
nlarki/Fantasy-League-Pipeline
Creation of a Fantasy Premier League data pipeline for analysis of both team & player performance. Technologies include, dbt, Prefect, Terraform & docker
opunsoars/pitchly
A python package that is a wrapper for Plotly to generate football tracking and event data plots
EmilDanielsson/Player-Rating-Project
This project aims to rate football players using data and statistics recorded from the last match they participated in. Much of the code included in this project can be used for other purposes when working with the Wyscout data set. For example minutes_played.py, fitting_functions.py and KPI_functions.py.
sidthakur08/fpl_explore
an analytical panel consisting of basic stats for fpl exploration
imarranz/modelling-football-scores
My aim to develop a model that predicts the scores of football matches. My code (python) implements various machine learning algorithms to analyze team and player statistics, as well as historical match data to make informed predictions.
n-roth12/DFSLineupOptimizer
A Python project for generating NFL daily fantasy contest lineups.
TacticsBadger/MonteCarloFootballMatchSim
Predicting the outcomes of football matches using Monte Carlo simulations.
drahulsingh/Fifa-Dataset-SQL-Data-Analysis
The Fifa-Dataset-SQL-Data-Analysis project uses SQL to explore FIFA player data, analyzing performance and attributes to extract meaningful insights on player statistics, trends, and patterns in football.
muhammadtalhasami/Football_management_system
Football management system DBMS python GUI project repository . This project is design on mysql database with python tiknter library for making a gui for the user
AnshChoudhary/xGModel
This repository contains code to predict the Expected Goals (xG) from shots in football using various machine learning models.