With various data sources, interactive visualizations, and detailed statistics, this dashboard will offer a complete and dynamic vision of the competition.
If you like the repo, please feel free to give it a ⭐ (top right). ● Team Statistics: Detailed statistics for each team, including performance metrics.
● Player Statistics: Insights into player performances, top scorers, and key players.
● Interactive Visualizations: Graphs and charts to visualize data trends and comparisons.
● User-friendly Interface: Easy-to-navigate interface built with Streamlit. For data collection, We performed the Web Scraping process on two separate datasets from the football stats website FBRef; one covering the participating teams and the other on the players involved in the competition.
If you prefer to run the dashboard locally, follow these steps:
- Clone the repository:
git clone https://github.com/TeamXGroup/AFCON23-Streamlit-Dashboard.git
- Navigate to the project directory:
cd AFCON23-Streamlit-Dashboard
- Install the required dependencies:
pip install -r requirements.txt
- Run the App:
streamlit run app.py