Also deployed on Hugging Face
- Displays NBA player shooting charts per season.
- Python libraries: matplotlib, pandas, streamlit
- Data source: Basketball-reference.com
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