An interactive explanation about Data Science with the exploration of a Case Study realized with Streamlit
- Have Python ≥ 3.8.0 installed
- Run
pip install -r requirements.txt
in this directory
- Start the Streamlit server by running
streamlit run data_science_case_study_exploration.py
in this directory - The web application should start on http://localhost:8501 by default