pyBegin / projects / voice-to-text
🔊

Voice-to-Text

Captures audio from the microphone and converts it to text using Google's speech recognition service.

30 lines🖥 Desktop only

Voice-to-Text

Captures audio from the microphone and converts it to text using Google's speech recognition service.

How to run

pip install SpeechRecognition googletrans pyaudio
python main.py

Dependencies

Pyodide-runnable

No — it requires microphone hardware access and network speech-recognition calls, neither available in Pyodide.