This is inspired by the GitHub Project of Patrick Loeber and adapted by Lukas Kofler
The program differenciates between the keywords 'go', 'right', 'left', 'stop' and noise. To start/stop listening to keywords, press the SPACE-KEY To restart the program, press the RETURN-KEY To remove the last recognized keyword from the recognized keywords list, press X-KEY
the commands array in main.py has to hold the keywords in exactly the same order as they are printed in the colab-repository, because after importing, augmenting and shuffeling the keywords, the order of the labels can change
Start the main.py using python main.py