We have created python application which we are going to use in order to present capabilities of our voice assistant platform. We decided to not add more functionalities to board itself, instead we send instructions over UART port to PC where python script is working.
So far our python script can:
We have created python application which we are going to use in order to present capabilities of our voice assistant platform. We decided to not add more functionalities to board itself, instead we send instructions over UART port to PC where python script is working. So far our python script can:
Code can be found in voice-assistant repository.