IoT Project: for comprehensive details about this project, please refer to the relazione_final_iot.pdf
file.
- Python 3.8+
- Docker
- Build the images of each system component using the command:
docker build -t catalog .
docker build -t bot .
docker build -t seizure .
docker build -t apnea .
docker build -t raspberry .
docker build -t monitoring .
- Run the docker-compose.yml file:
docker-compose up