dbeniciorj / J.A.R.V.I.S

python powered Intelligent System
MIT License
1 stars 0 forks source link

Add a keyword to improve voice recognition performance #9

Open dbeniciorj opened 4 years ago

dbeniciorj commented 4 years ago

Instead of processing anything heard, it would be more performatic to have voice recognition after a key word is detected, the same way as it is used on Alexa, Siri and Google.

Mayne it would be nice to command the system declaring "Jarvis, gimme that... ". Just an idea... in this case an if-else statement in jarvis.py would do the job. maybe other files too.