Skip to content

odera143/CourtIQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CourtIQ

Visualize NBA players' efficiency from various spots in the half-court. Leveraging nba_api and shotchart.d3.ts.

To Run

First create .env in project root and add VITE_API_HOST=http://127.0.0.1:8000

Docker Containers

  1. Run:

    docker compose up -d --build
  2. Navigate to: http://127.0.0.1:5174

Locally

  1. From the frontend folder:

    npm run dev
  2. From the backend folder (inside your Python environment):

    uvicorn main:app --reload --host 127.0.0.1 --port 8000

API Spec

http://127.0.0.1:8000/docs

Screenshots

image

About

Explore where NBA players are most efficient | Interactive shot probability maps by season.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors