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.
Speech-to-Sign-language-Translator An application which takes in live speech or audio recording as input, converts it into text and displays the relevant Indian Sign Language images or GIFs. Front-end using EasyGui. Speech as input through microphone using PyAudio. Speech recognition using Google Speech API and Sphix(for offline use).
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.