Skip to content

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

Notifications You must be signed in to change notification settings

tta13/NBA-Stats-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🏀🚀😃

Releases

No releases published

Packages

No packages published

Languages