An in-depth data analysis of 120 years version of kaggle Olympics dataset
- Create a virtual environment using
python -m venv venv
- Activate the virtual environment using
venv\Scripts\activate
orsource venv/bin/activate
- Install the dependencies using
pip install -r requirements.txt
- Run streamlit app using
streamlit run streamlit_main.py