Skip to content

archihalder/Summer-Olympics-Analysis

Repository files navigation

Summer-Olympics-Analysis

Description

A web application for the analysis of Summer Olympics

Dataset

This is a historical dataset on the modern Olympic Games, including all the Games from Athens 1896 to Rio 2016.

Note that the Winter and Summer Games were held in the same year up until 1992. After that, they staggered them such that Winter Games occur on a four year cycle starting with 1994, then Summer in 1996, then Winter in 1998, and so on. A common mistake people make when analyzing this data is to assume that the Summer and Winter Games have always been staggered.


How to use the project

If you want to run this project on your local machine, follow the below commands

  1. Installing the required softwares:-
    pip install -r requirements.txt
  2. Cloning the repository:-
    git clone https://github.com/archihalder/Summer-Olympics-Analysis.git
  3. Change the directory:-
    cd Summer-Olympics-Analysis
  4. Run the web app:-
    streamlit run app.py
    For better experience, use wide view option on streamlit.
  5. To close the app from the terminal, press Ctrl+C.

Otherwise

Click here to run the project on your browser

Releases

No releases published

Packages

No packages published