man-bug / nba-study-103

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBA Player Visualization and Prediction

This project utilizes nba_api and Plotly to create a visualization and prediction model based on data from NBA players. The primary goal is to provide a tool for team managers and coaches to analyze player performance, compare stats, and make informed decisions for drafting, trading, and lineup selection.

Features

  • Fetch player data using nba_api
  • Visualize Points-Per-Game (PPG) and Rebounds-Per-Game (RPG) using Plotly
  • Interactive user interface with Streamlit
  • Scalable to include data from various NBA teams and seasons

Live Demo

Tools and Libraries

  • nba_api: An API for accessing NBA data
  • Plotly: A graphing library to create interactive visualizations
  • Streamlit: A framework to build interactive web apps with Python

Installation

  1. Clone the repository:
    git clone https://github.com/man-bug/nba-study-103.git
    streamlit run app.py

About

License:MIT License


Languages

Language:Python 100.0%