Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 563 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 563 Bytes

MyBabyMonitor

IoT Project: for comprehensive details about this project, please refer to the relazione_final_iot.pdf file.

Getting Started

Prerequisites

  • Python 3.8+
  • Docker

Building

  • 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