JonathanGuerne / NBA_MLBD

Predict NBA player position using Machine Learning based on there stats per game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binder

Project Introduction

This is a series of projects all focused on NBA stats.

Space Jam

The aim of the space jam project is to recreate the monstars casting with current NBA players.

You can find more information about this project on this article.

Web-app installation and running

to run the web app you will need to install python3 on your machine and install all dependencies listed in requirements.txt

start by cloning the repo

git clone https://github.com/JonathanGuerne/NBA_MLBD.git

then open a terminal at the root of the project and run the following command to install python dependencies:

pip install -r requirements.txt

To run the web-application navigate to space_jame_website and enter the following command:

python main.py

The application could now be access on the local host at the port 5000. go to application

Next steps

  • Work on a tool to automatically download data from basketball-reference.com

About

Predict NBA player position using Machine Learning based on there stats per game

License:MIT License


Languages

Language:Jupyter Notebook 98.3%Language:Python 0.8%Language:HTML 0.5%Language:JavaScript 0.3%Language:CSS 0.1%