A few lines of code written in python using libraries (SpeechRecognition, PyAudio) that convert speech to text.
To run the python script, your system must have the following programs/packages installed.
- Python 3
- pip install SpeechRecognition
- pip install pygame
To improve the code,Gui is used for better design the program. Gui has been implemented with options to start or quit.