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.
- Raspberry Pi 2B
- Usb microphone
- Speakers connected via Jack 3.5 mm
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 foldermodel
- Put the egg file
baby_cry_detection-1.1-py2.7.egg
generated by baby_cry_detection in folderlib
- Execute
script/run.sh
from/opt/baby_cry_rpi