Skip to content

aaronS7/nbadashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA Plotly DASHboard

The following repo is used to create the web application at http://nbadashboard.aaronsciroc.co/.

To build the image locally using docker, run the following command:

docker build -t nbadashboard .
docker run -d -p 8888:8050 nbadashboard

Navigate to http://localhost:8888/ and you will see the application.

To run without docker run the following commands:

cp -a seasons/* .
pip install --no-cache-dir -r requirements.txt
python plotlynba.py

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors