Skip to content

iamutk4/FIFA-Data-Visualization-Dashboard

Repository files navigation

From Kick-off to Glory: Visualizing the Evolution of FIFA World Cups

image

Overview

This repository contains a Streamlit dashboard app for visualizing podium finishes by country over different FIFA World Cup editions, starting from its inception in 1930, providing an overview of each nation's historic performance. This was built as part of Final Sem Project for CSE-5544 at OSU, Fall '23.

Question: Do goals win you FIFA World Cups?

Steps to answer

  1. Clone the repository:

       git clone https://github.com/iamutk4/FIFA-Data-Visualization-Dashboard.git
    
  2. Create an environment and install required conda dependencies:

     conda create --name my_env --file conda_environments.txt
    
  3. Activate the environment:

       conda activate my_env
    
  4. Install all the pip dependencies:

       pip install -r pip_requirements.txt
    
  5. Run the following command to start the Streamlit application

       streamlit run app.py
    

The app will open in your default web browser. Explore the different tabs to analyze FIFA Data Visualization Dashboard. Alternatively you can access the dashboard by opening your browser and going to http://localhost:8501.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors