Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.76 KB

File metadata and controls

51 lines (31 loc) · 1.76 KB

English premier leauge predictor

AI that predicts English premier league results with 80% accuracy and a nice web based interface

alt text alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Dependencies

Install missing dependencies with pip.

$ pip install -r requirements.txt

In case you have trouble installing xgboost this solution works

Usage

Run python manage.py runserver and open your browser http://127.0.0.1:8000/ Enjoy.

if you want more explanation on the process followed building the core code:

-In terminal go under docs/

-Run jupyter notebook , then the code will pop up in your browser.

-Open the notebook that you want and enjoy reading

Install jupyter here.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details