Skip to content

A cutting-edge machine learning platform that transforms soccer analytics through intelligent data processing, player recommendations, and performance insights.

Notifications You must be signed in to change notification settings

bniladridas/soccer-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚽ Soccer Analytics Platform

Quick Start

Prerequisites

  • Python 3.8+
  • pip

Installation

# Clone the repository
git clone https://github.com/bniladridas/soccer-analytics.git
cd soccer-analytics

# Create virtual environment
python3 -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Running the Server

# Start the analytics server
python3 soccer_analytics_server.py

🌐 Access Points:

  • Main Dashboard: http://localhost:5001
  • Analytics Dashboard: http://localhost:5001/analytics_dashboard

Features

  • Player Recommendation System
  • Performance Analytics
  • Interactive Visualizations
  • Machine Learning Insights

Tech Stack

  • Python
  • Flask
  • Pandas
  • Scikit-learn
  • Chart.js

License

MIT License

About

A cutting-edge machine learning platform that transforms soccer analytics through intelligent data processing, player recommendations, and performance insights.

Topics

Resources

Stars

Watchers

Forks