Skip to content

Web application for predicting the winner of the NBA match.

Notifications You must be signed in to change notification settings

Sinon2025/NBA-Prediction-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NBA-Prediction-Web-Application

Web application for predicting the winner of the NBA match.

App view

Guide to run application

  1. Install Requirements:

  2. In the terminal, go to the Prediction Server folder and run:

    pip install -r requirements.txt

  3. After installing the requirements, turn on the prediction server:

    python3 api.py or python api.py

  4. In the terminal, go to the User Interface folder and run:

    yarn install

  5. After installing the requirements, turn on the UI server:

    yarn run serve

  6. The application runs on a server:

    http://localhost:8080/

  7. Enjoy!