Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 821 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 821 Bytes

Google-Voice-Recogniser

A Python program for speech-to-text conversion

Technologies Used

  1. speech_recognition library of PyAudio
  2. pyttsx3 library

How to use :

  1. Install the required modules (PyAudio and pyttsx3)
  2. Open the file audio1.py in your Python text editor

Installation of modules

Use the package manager pip to install the module

pip install pyaudio
pip install pyttsx3

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Credits

https://github.com/soumilshah1995/python-youtube-tutorials/blob/master/google%20voice%20recognition%20%20and%20text%20to%20speech%20with%20python%20using%20pyaudio.py