Skip to content

AmbulanceAware is a real-time sound detection system designed to recognize ambulance sirens and alert drivers to give way.

Notifications You must be signed in to change notification settings

RahulGurav82/AmbulanceAware

Repository files navigation

AmbulanceAware

Description

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.

Requirements

Hardware

  • Raspberry Pi
  • LED Light
  • Earphone with Microphone
  • Breadboard and Jumper Wires
  • Optional: Speaker or Buzzer

Software

  • Raspberry Pi OS
  • Python 3
  • Libraries: pyaudio, numpy, librosa, joblib, RPi.GPIO

Setup and Installation

  1. Install Raspberry Pi OS and Python 3.
  2. 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
    

Badges

Add badges from somewhere like: shields.io

MIT License GPLv3 License AGPL License

Authors

Features

  • Real-time Ambulance Siren Detection
  • Enhanced Road Safety
  • Fullscreen mode
  • Cross platform

Logo

Tech Stack

Python

Raspberry pi

You Can contribute in this repo for siren detection for Police vehicle & Fire

About

AmbulanceAware is a real-time sound detection system designed to recognize ambulance sirens and alert drivers to give way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages