tta13 / NBA-Stats-Explorer

A NBA player data explorer web app in Python using the Streamlit library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBA Stats Explorer

This app performs simple webscraping of NBA players' per game, advanced, per 36 and total stats data and applies simple exploratory data analysis knowledge to the dataset!

Try it out below!!!

Streamlit App

Running the project

Requirements:

In the command line, start a new conda environment from the repository location:

$ conda create -n myenv python=3.9
$ conda activate myenv

Install the requirements:

$ pip install -r requirements.txt

Install streamlit and run the app

$ pip install streamlit
$ streamlit run nba_app.py

Now go to http://localhost:8501 to see the application running and enjoy ๐Ÿ€๐Ÿš€๐Ÿ˜ƒ

About

A NBA player data explorer web app in Python using the Streamlit library


Languages

Language:Python 100.0%