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.
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.
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.
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.
The machine learning model was trained using OPGG Scraperr.
This application is licensed under the MIT License.