- Install uv
- Clone the repo
- Run the following to create an virtual environment for the project and install all required dependencies.
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
- Start the server by running the following command
streamlit run Data_Portal.py