stbnlen / itspipe-model

A simple model to predict match results of a League of Legends player named itspipeqlo.

Home Page:https://itspipe-prediction.up.railway.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ItsPipe Model

This Flask application is a form that uses inputs and a previously trained machine learning model to predict the outcome of a League of Legends match. The information about the player is extracted from a web scraper.

Installation

To install the application, use the following command:

pip install -r requirements.txt

This command will install all the necessary dependencies required to run the application.

Running the Application

To run the application, use the following command:

gunicorn main:app

This command will start the Gunicorn server and the application will be available at http://localhost:8000.

How to Use

Once the application is running, go to http://localhost:8000 to access the form. Enter the required information and submit the form. The machine learning model will process the information and predict the outcome of the match.

Credits

The machine learning model was trained using OPGG Scraperr.

License

This application is licensed under the MIT License.

About

A simple model to predict match results of a League of Legends player named itspipeqlo.

https://itspipe-prediction.up.railway.app/


Languages

Language:Python 63.7%Language:HTML 26.0%Language:CSS 10.4%