Group 11 - Final Project Implementation: Visualization of Soccer Gameplay
By Divey Anand, Maxwell Jong, and Kylie Noonan
- Start a local webserver in the root of the of the repository with port 12345. For example,
python3 -m http.server 12345
- Open the visualization at:
localhost:12345/src/app.html
(in Chrome for best formatting)
data/
: Contains cleaned, aggregated, and preprocessed data from Statsbomb Open Datasrc/
: Contains source code and image assets for web visualizationCS 467 Final Project.pdf
: Poster version of visualization