Streamlit Dashboard for Big data course

Installation instruction

    python -m venv venv

Activate the venv then install the dependencies

    python -m pip install -r requirements.txt

Then run the streamlit application

    streamlit run .\src\0_🏠_Home.py