AI that predicts English premier league results with 80% accuracy and a nice web based interface
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Install missing dependencies with pip.
$ pip install -r requirements.txt
In case you have trouble installing xgboost this solution works
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.
- Django - The web framework used
- pandas - Data preprocessing
- scikit-learn - Machine learning
- xgboost - xgboost model
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Mustapha Belkacim - Mustapha-Belkacim
- Hajar Zerouani
This project is licensed under the MIT License - see the LICENSE.md file for details