A python package for door buzz detection
Visit Official documentation at pi-door-buzz.nikz.in
- Raspberry Pi
- Linux
- MacOS
- Raspberry Pi (optional)
- Bread Board (optional)
- Microphone
- Audio Card (Needed for analog microphones with a jack)
- Python 3.6+
- gpiozero
- PyAudio
- PortAudio (Need to be installed manually)
- Audio Driver (Automatically loaded by OS after a restart)
- Munch
- Adding advanced door buzz detection algorithms
- Adding support for automation platforms like Amazon Alexa, Google Home, IFTTT etc.
git clone https://github.com/nikhiljohn10/pi-door-buzz
cd pi-door-buzz
make help # Display the possible options available
Version number is fetched from pidoorbuzz/__init__.py
- Package - /pidoorbuzz
- Examples - /example
- Documentation - /docs/source
- Test Cases - /test
- Github Actions - /.github/workflows