This repository is dedicated to Soccer Analytics project based on La Liga Dataset from 2015 - 2021 for training the model and 2022-2023 dataset for testing the model. I have used to PyTorch for building my Deep Learning model which can predict Wins, Loss and Draws based on features used to train the model.
pip install streamlit pandas matplotlib plotly seaborn
- Download this repository
- Opem Streamlit Dashboard folder and access
app.py
file - In the terminal write: streamlit run app.py
- Upload the dataset named - matchData.xlsx You can view all the dashboard from there.
The Streamlit Dashboard of this project can be viewed online: Click Here