Skip to content

TeamXGroup/AFCON23-Streamlit-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚽ AFCON23 Streamlit Dashboard ⚽

Classes

👋 About

Welcome to the AFCON23 Dashboard! This dashboard will represent an interactive and informative platform offering fans, analysts, and sports enthusiasts an in-depth look at the African Cup of Nations 2023.
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).

🌟 Features

● 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.

🔎 Data Collection

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.

  • 2023 Africa Cup of Nations Stats
  • 📍 Demo & Usage

    To access the AFCON23 Dashboard online, go to :

  • AFCON23 DASHBOARD


  • If you prefer to run the dashboard locally, follow these steps:

    1. Clone the repository:
      git clone https://github.com/TeamXGroup/AFCON23-Streamlit-Dashboard.git
    2. Navigate to the project directory:
      cd AFCON23-Streamlit-Dashboard
    3. Install the required dependencies:
      pip install -r requirements.txt
    4. Run the App:
      streamlit run app.py