Skip to content

IoT Raspberry project about a Baby Monitor detecting Apnea and Seizure

Notifications You must be signed in to change notification settings

doms-17/babyMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

IoT Raspberry project about a Baby Monitor detecting Apnea and Seizure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published