A Python script to covert speech from device microphone to text and print on the console screen.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
For running this script, you'll need:
- Python3
- An IDE
- Speech Recognition Module
- PyAudio Module
- PiP Installer
- An active internet connection as Google API needs internet to function
If you have Python up and running all you need to do is download the external modules from the PiP Installer, just type:
pip install SpeechRecognition
pip install PyAudio
After this, you'll be ready to code!
Speak whatever you want on the microphone of your device and it will convert it to text and print it on the screen.
- Python
- Google Speech-to-Text API
Feel free to connect with me on LinkedIn