An open API service indexing awesome lists of open source software.

https://github.com/dianaow/ploty-dash-fifa

Dash/Plotly (Python): Visualizing high-level score attributes and connections of players in the FIFA 22 game
https://github.com/dianaow/ploty-dash-fifa

data-visualization fifa fifa-2022 plotly plotly-dash python soccer sports-analytics sports-visualisation

Last synced: 2 months ago
JSON representation

Dash/Plotly (Python): Visualizing high-level score attributes and connections of players in the FIFA 22 game

Awesome Lists containing this project

README

        

### Set up instructions

#### Initial Data Processing

1) To create a virtual environment in python 3.9

`virtualenv --python=/usr/bin/python3.9 `

2) Activate the environment and install all the packages available in the requirement.txt file.

`source /bin/activate
pip install -r `

3) To create and store recommendation system algorithm output files (This only needs to be run once)

`python3 __init__.py`