This is a project to recognize the chimes of a Tesla car. The chimes are used to alert the driver of various events, such as autopilot engaged, autopilot disengaged, etc. The goal of this project is to recognize the chimes with a Raspberry Pi and a microphone. So that the Pi can control other devices.
- Install Python 3.10
- Install the required packages
pip install -r requirements.txt
- Run training
python train.py
- Run the test
python test.py