An open API service indexing awesome lists of open source software.

https://github.com/spring-0/doorbell-plus

AI based doorbell notifier to never miss a doorbell again
https://github.com/spring-0/doorbell-plus

ai audio-recognition svm-classifier

Last synced: 12 months ago
JSON representation

AI based doorbell notifier to never miss a doorbell again

Awesome Lists containing this project

README

          

# :bell: Doorbell Plus | AI-Based Doorbell Notifier

This project implements an AI-based system to identify doorbell sounds through real time audio recording and notify the user via a notification. This system consists of a recording component using `pvRecorder`, Support Vector Machine (SVM) machine learning model for classification using `sk-learn`, and a graphical user interface (GUI) to aid in manually labelling data using `tkinter`.

*Note: For privacy reasons the data I collected for this project will not be published.*

## Technologies Used

* sk-learn
* numpy
* librosa
* pv-recorder
* tkinter

## Author(s)
* [@Spring-0](https://github.com/Spring-0)