Ensure your environment has Python and Pip installed.
- Python Installation
- Pip Installation
- Usually automically installed with Python
python --version
pip --version
Both commands should print out the installation version when successfully installed.
Ensure that you are in the main directory (WATW_Microphone) and run:
pip install -r requirements.txt
If this doesn't work, install the dependencies individually.
pip install matplotlib
pip install numpy
pip install scipy
pip install sounddevice
python blow_detection.py