nmkridler / sirbarksalot

bark detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sirbarksalot

This application listens for barking based on my miniature dachshund, Cody.

Cody

v0

The first version is based on spectrogram template matching. A sample clip is used to create a template and then each recorded clip is compared to the template.

The core components are

  • Listener: module for recording and creating spectrograms
  • Detector: match template calculation
  • Messenger: basic facebook messenger app

It's currently set up as a flask app, although that part isn't completely necessary. Eventually, I will set up a way to record phone numbers so the user can subscribe to barking notifactions.

About

bark detector


Languages

Language:Python 100.0%