AmbulanceAware is a real-time sound detection system designed to recognize ambulance sirens and alert drivers to give way. The system uses a Raspberry Pi, a microphone, and an LED light to detect the siren sound and provide visual alerts. An optional buzzer can be used for audible alerts.
- Raspberry Pi
- LED Light
- Earphone with Microphone
- Breadboard and Jumper Wires
- Optional: Speaker or Buzzer
- Raspberry Pi OS
- Python 3
- Libraries:
pyaudio
,numpy
,librosa
,joblib
,RPi.GPIO
- Install Raspberry Pi OS and Python 3.
- Install necessary libraries:
sudo apt-get update sudo apt-get upgrade sudo apt-get install python3-pip pip3 install pyaudio numpy librosa joblib RPi.GPIO
Add badges from somewhere like: shields.io
- Real-time Ambulance Siren Detection
- Enhanced Road Safety
- Fullscreen mode
- Cross platform
Python
Raspberry pi