Skip to content

Ch3mson/ufc-client

Repository files navigation

About The Project

Look! Jon Jones only has a 32% chance of beating Stipe Miocic for the upcoming UFC 309!

Screenshot 2024-08-18 at 6 49 13 PM

A client built on the UFC predictor microservice available in this repository: https://github.com/Ch3mson/ufc-predictor. This app allows anyone on the web to access the ML model that I created to predict on upcoming UFC fights, for both men and women. For best results, choose fighters that are in the same weight division and gender, since the model is trained on fight stats, and doesn't take into account of weight/gender. On startup, it may take a few seconds since Google Cloud Run needs to do a cold start when it is inactive.

Installation

  1. Clone the repo
    git clone https://github.com/Ch3mson/ufc-client.git
  2. Change directory to project and ensure npm and node.js are installed
    npm install
  3. Run the server and do as you wish
    npm run dev

(back to top)

Acknowledgments

(back to top)