- Python 3.8+
- pip
# 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
# Start the analytics server
python3 soccer_analytics_server.py
🌐 Access Points:
- Main Dashboard:
http://localhost:5001
- Analytics Dashboard:
http://localhost:5001/analytics_dashboard
- Player Recommendation System
- Performance Analytics
- Interactive Visualizations
- Machine Learning Insights
- Python
- Flask
- Pandas
- Scikit-learn
- Chart.js
MIT License