Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 737 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 737 Bytes

nba-hexbin-app

Streamlit App

Also deployed on Hugging Face

  • Displays NBA player shooting charts per season.
  • Python libraries: matplotlib, pandas, streamlit
  • Data source: Basketball-reference.com

Dockerfile

Once the Dockerfile is written, build an image with:

docker build -t streamlit .

See it exists with:

docker images

and run it with:

docker run -p 8501:8501 streamlit

Then browse to http://0.0.0.0:8501