Voice Based Location search is a small module that search the place you want to search through your voice in Python
Voice Based Location Search using Speech Recognition
It is a small Python module that takes human voice as input, using web browser it open Google Maps and search for the exact location you want.
Firstly, It prompts you to say the location you want to search. consider "Say location to search" you will enters " West Bengal", and it is analyzed using recongnize_google().
For the confirmation, It prompts you to check that the analyzed location is equal to your wanted location. If you Hit "y", it opens Google Maps and search for the place you want.
If you said 'NO', It prompts you to "Say location" again. You can repeat the task so many times to repetitive search.
Submitted by Silambarasan.R (rasisilambu9)
Download packets of source code on Coders Packet
Comments