Skip to content

Football shots visualization and player prices prediction. Built with Spark for distributed computation and Streamlit for the frontend

Notifications You must be signed in to change notification settings

Juanal07/football-predictions

Repository files navigation

Football Predictions ⚽

Datasets that we use from https://www.kaggle.com/:

1. Football Database

2. Transfermarkt

3. Football Players Market Value Prediction

Download

git clone https://github.com/Juanal07/football-predictions.git

cd football-predictions

venv

Necesitas la herramienta virtualenv pip install virtualenv

Crea un entorno virtual virtualenv venv

Actívalo en Linux/MacOS source venv/bin/activate

Actívalo en Windows venv\scripts\activate

Dependencies

Instala dependencias pip install -r requirements.txt

Si quieres actualizar dependencias: Necesitas la herramienta pipreqs pip install pipreqs

pipreqs --force .

Run

Ejecuta spark python shots.py

Ejecuta front streamlit run streamlit.py

About

Football shots visualization and player prices prediction. Built with Spark for distributed computation and Streamlit for the frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages