A program that can convert Speech into Text using python
pyttsx3
pip install pyttsx3
pyaudio
pip install pyaudio
SpeechRecognition
pip install SpeechRecognition
The text Will be saved in output.txt file
python speech-to-text.py
Licensed under the MIT License