- Install Python and virtualenv
mkdir ~/tensorFlow && cd ~/tensorFlow
virtualenv --system-site-packages ~/tensorFlow
source ~/tensorflow/bin/activate
- Clone and cd into the repo
pip install -r requirements.txt
- Run the prediction
python predictor.py <SOUND_FILE>.wav