Skip to content

giulbia/baby_cry_rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baby cry detection - Deployment on Raspberry Pi

Recognition of baby cry from audio signal.

The aim is to automatically recognize a baby crying while sleeping. In such case, a lullaby is started to calm the baby down.

This is done by implementing a machine learning algorithm on a Raspberry Pi.

Hardware setup

  • Raspberry Pi 2B
  • Usb microphone
  • Speakers connected via Jack 3.5 mm

Software setup

This repo should be cloned on the Rapsberry Pi in /opt/.

To make it work:

  • Install docker on your Raspberry Pi
  • Get the Docker image docker pull mikkl/rpi2-babycry:squashed
  • Put model.pkl generated by baby_cry_detection in folder model
  • Put the egg file baby_cry_detection-1.1-py2.7.egg generated by baby_cry_detection in folder lib
  • Execute script/run.sh from /opt/baby_cry_rpi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published