This web app helps you to analyse the Olympics dataset in an easy and organised way. You can analyse the data based on the country's performance, individual athelete's performance, medal tally etc.
How to run project:
https://github.com/vishalsingh17/OlympicsDataAnalysisWebapp
cd OlympicsDataAnalysisWebapp
conda create -p venv python==3.10.4
conda activate ./venv
pip install -r requirements.txt
streamlit run app.py
- Python
- Streamlit
- Plotly
- Seaborn