Visualizing shots taken by NBA players for the 2016-2017 season.
Either visit the website here (coming soon) or clone this repo.
git clone https://github.com/jbkuczma/NBAshotchart.git && cd NBAshotchart
(Optional virutal environment):
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
flask run
or
sh start.sh