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.
-
Clone the repository:
git clone https://github.com/iamutk4/FIFA-Data-Visualization-Dashboard.git -
Create an environment and install required conda dependencies:
conda create --name my_env --file conda_environments.txt -
Activate the environment:
conda activate my_env -
Install all the pip dependencies:
pip install -r pip_requirements.txt -
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.