Speech to text translation using python
Features are:
- Converting speech to text using speech recognition
- Using a text to open URL using web browser
- Searching a query using speech inside the URL
Instructions:
-
For speech recognition : pip install speech-recognition
-
API used here is recognize_google()
3.To work with microphone we need to use pyaudio: pip install PyAudio
- In order to use web browser: import webbrowser