This Python script is designed to convert spoken language into text using a speech recognition engine. Please note that this script currently supports English language recognition only.
This script currently only supports the English language. Attempting to use it for other languages may produce inaccurate results.
- Python 3.x
- SpeechRecognition library
To install the required dependencies, you can use pip:
pip install SpeechRecognition