Follow these steps to set up the python environment and run the scripts:
Navigate to the project root directory.
Activate the Python virtual environment for your operating system:
For Windows:
python -m venv hs_venv hs_venv\Scripts\activate.bat
For macOS and Linux:
python -m venv hs_venv source hs_venv/bin/activate
Install required packages:
pip install -r requirements.txt