You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI video dubbing using Google APIs automates translation and dubbing by transcribing audio with Speech-to-Text, translating it with the Translation API, and generating speech with Text-to-Speech. Cloud-based processing ensures scalable, efficient dubbing, making videos accessible to global audiences in multiple languages.
This is a Python-based speech-to-text transcriber application with a user-friendly GUI built using Tkinter. It allows users to record their voice via microphone, convert speech to text using Google’s Speech Recognition API, and view or save the transcribed text. The application is lightweight, beginner-friendly.