- Clone the repository to your local machine.
git clone https://github.com/daruokta/submission.git
cd your-repo
- Create a virtual environment and activate it.
conda create -n venv python=3.12.5
conda activate venv
- Install the required packages by running the following command:
pip install -r requirements.txt
To run the Streamlit app, execute the following command:
streamlit run dashboard/dashboard.py