This project refers to an Arduino sketch which with the help of a VRBot system can recognize voice commands, making it possible to run applications. For example, we could  cause the execution of the relevant browser with the voice command «Firefox». Also included in this project is a Python script that implements a background service (Daemon) which communicates with the Arduino and initiates the execution of various applications.

Both the Python script and the user running the script should belong to the group «dialout».

Starting Service:

efxa@freedom.org.gr:~$ daemon_execute_applications_via_serial.py start

Stopping Service:

efxa@freedom.org.gr:~$ daemon_execute_applications_via_serial.py stop

Restarting Service:

efxa@freedom.org.gr:~$ daemon_execute_applications_via_serial.py restart

Below is a picture of the project:

For more information you can get the project itself:

`schedule_applications_voice_recognition