An open API service indexing awesome lists of open source software.

https://github.com/xudyang1/nba-player-stats-explorer

NBA player data exploration
https://github.com/xudyang1/nba-player-stats-explorer

python streamlit

Last synced: about 1 month ago
JSON representation

NBA player data exploration

Awesome Lists containing this project

README

          

# [Web App for NBA Player Data Exploration](https://nba-player-stats.streamlit.app)

## Development

1. setup and activate python virtual environment. For example,

```bash
python3 -m venv .venv
source .venv/bin/activate
```

2. install dependencies

```bash
pip install -r requirements.txt
pip install -r requirements-dev.txt
```

3. install pre-commit hook

```bash
pre-commit install
```

3. run app

```bash
streamlit run ./src/app.py
```