Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 472 Bytes

Speech-Recognition

Speech to text translation using python

Features are:

  1. Converting speech to text using speech recognition
  2. Using a text to open URL using web browser
  3. Searching a query using speech inside the URL

Instructions:

  1. For speech recognition : pip install speech-recognition

  2. API used here is recognize_google()

3.To work with microphone we need to use pyaudio: pip install PyAudio

  1. In order to use web browser: import webbrowser