EPW WTP is a web application that predicts the winning team of the english premier league football games using supervised machine learning algorithms , the app is developped using flask framwork and scikit-learn package for machine learning , pickle package for saving the trained models , this is for the backend , for the client the app developped with javascript using fetch api to connect diffrent end points with the client.
Note : You need to install all the packages in the requirements.txt file to run the app.
Flask 1.1.2
numpy 1.19.5
pandas 1.2.4
scikit-learn 0.24.1
matplotlib 3.4.1
Flask 1.1.2
numpy 1.19.5
pandas 1.2.4
scikit-learn 0.24.1
matplotlib 3.4.1
The application home page
The models evaluation page
The prediction page
@Authon
: Lakhder Amine.