/Football-App

Streamlit app for interactive data exploration and visualization.

Primary LanguageJupyter Notebook

World Cup 2018 Data Visualization

This repository contains a Streamlit app for visualizing data about the 2018 World Cup. The app allows you to explore the data through scatter plots and histograms.

Installation

To run the visualization app locally, follow these steps:

  1. Clone the repository:

       git clone https://github.com/A-A7med-i/Football-App.git
  2. Navigate to the project directory:

       cd name of repository
  3. Install the required dependencies:

       pip install -r requirements.txt
  4. Run the script :

       streamlit run app.py

Data

The data used in this visualization app is from the World Cup 2018. The dataset contains various attributes related to the matches, teams, and players.

Accessing the Data

You can access the dataset from Kaggle using the following URL: FIFA 2018

Contributing

Contributions to this project are welcome. If you have any suggestions or improvements, please create an issue or submit a pull request.