Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 665 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 665 Bytes

🔔 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)