Skip to content

Python/flask app to analyze NBA player statistics (personal project)

License

Notifications You must be signed in to change notification settings

ArielleMurad/rel-bball-analytics

Repository files navigation

rel-bball-analytics

This is a Python/Flask app built to view and analyze NBA player statistics. The data is obtained through https://api-sports.io/ via API requests. The long term goal for this application is to train ML models to serve predictions on future player and team performance. These insights would help fantasy basketball enthusiasts make informed decisions in their fantasy leagues.

Running the Application

Poetry is used to manage package dependencies. You can learn more about poetry here, including how to install it on your machine.

  1. Activate the virtual environment: poetry shell
  2. Install package dependencies: poetry install
  3. Configure environment variables: cp .env.example .env
  4. Run database migrations: flask db upgrade
  5. Run the flask application: poetry run flask run

Demo

Screen.Recording.2023-04-02.at.4.56.24.PM.1.mov

About

Python/flask app to analyze NBA player statistics (personal project)

Resources

License

Stars

Watchers

Forks