This application converts speech to text and translates the text into a target language using Python.
- Speech recognition to transcribe audio input.
- Translation of transcribed text into selected languages.
- Basic user interface built with Tkinter.
- Python
- SpeechRecognition
- Google Translate API
- gTTS (Google Text-to-Speech)
- Tkinter for the UI
- Clone the repository:
git clone <repository-url> cd speech_to_text_translator