A golden foot players (2003-2021) machine learning classifier deployed on a Flask server and consumed by a frontend website!
git clone https://github.com/OmarElbachyr/golden-foot-players-classifier-deployed-flask
pip install -r requirements.txt
[pip install -r requirements.txt](https://www.kaggle.com/datasets/balabaskar/golden-foot-football-players-image-dataset)
- frontend : contains the UI files (html, css and Js)
- model: contains the SVM model jupyter notebook
- scripts: contains the model.pickle file and the files needed to make a new prediction
- server.py: the Flask server
- Python
- Numpy and OpenCV for data cleaning
- Sklearn for model building
- Jupyter notebook, vscode and pycharm IDE
- Python flask for http server
- HTML/CSS/Javascript for the frontend