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
- Host: GitHub
- URL: https://github.com/dianaow/ploty-dash-fifa
- Owner: dianaow
- Created: 2023-03-08T04:46:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T04:46:58.000Z (about 2 years ago)
- Last Synced: 2025-01-16T10:32:21.472Z (4 months ago)
- Topics: data-visualization, fifa, fifa-2022, plotly, plotly-dash, python, soccer, sports-analytics, sports-visualisation
- Language: Python
- Homepage: https://ploty-dash-fifa.onrender.com
- Size: 3.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`