Steps on how to run: Create virtual environment python -m venv .venv Activate the virtual environment Install the dependencies pip install -r requirements.txt Run the project python sensor_app.py