There is an idea to make an application in Python that would recognize the request and find the answer on the Internet.
But this application will work for days and you need to track the phrase-start somehow, let it be the same "Ok Google", but how to implement it?
Ordinary words can be recognized through SpeechKit or similar, but not for the whole day to send voice recordings to the server?
The application must somehow recognize the initial phrase itself, and then only record and send a speech recognition request to SpeechKit.
Please tell me how you can implement tracking a specific phrase without a server and an extra load (so that it works constantly in the background so to speak)