About 5,010,000 results
Open links in new tab
  1. jahnavirishikesh/Real-Time-Voice-Translator-in-Python

    This repository contains a voice translator application built in Python. The application allows users to input voice commands, detects the language of the input, translates the text into the desired destination language using the Google Translate API, and reads out the translated text while also displaying it in the console.

  2. Create a real time voice translator using Python - GeeksforGeeks

    Nov 5, 2021 · A real-time voice translator that can translate voice input and give translated voice output generated from it. It is created using google’s googleTrans API and speech_recognition library of python. It converts text from one language to …

  3. CoCalc -- Real-time-voice-translator.ipynb

    A real-time voice translator that can translate voice input and give translated voice output generated from it. It is created using google’s googleTrans API and speech_recognition library of python. It converts text from one language to another language and saves its mp3 recorded file.

  4. Real-Time Translation App Using Python - GeeksforGeeks

    Dec 28, 2023 · In this article, we'll delve into the creation of a potent real-time translation application using Python. Leveraging the capabilities of the Google Translate API, we'll walk you through building an intuitive graphical user interface (GUI) with the Tkinter library.

  5. GitHub - gunarakulangunaretnam/real-time-language-translator: A voice ...

    Inspired by the natural process of human translation, the tool listens to spoken words and converts them into the target language, replicating the fluidity and accuracy of a human translator. Step 01: Navigate to the following directory. language-translator-bot/docs/requirements.txt. Step 02: Run this command to install all dependencies.

  6. Real-Time-Voice-Translator-in-Python/Translator.py at main ...

    Creating a voice translator using Python. Contribute to jahnavirishikesh/Real-Time-Voice-Translator-in-Python development by creating an account on GitHub.

  7. Real-time speech translation in 5 minutes. Using Python

    May 2, 2024 · Here is a quick tutorial how to create a real-time language translation code from English to basically any popular language. Lots of integrations but still a single file code.

  8. I developed a realtime speech to text library : r/Python - Reddit

    Oct 5, 2023 · I've been working on a library I named RealtimeSTT. Its main goal is to transform spoken words into text as they're being said. What it does: Demos: Here's a video where it translates different languages in real-time. And here's …

  9. LinguaSync: Real-Time Voice Translator - CodeSandbox

    Real-Time Voice Translator is a machine learning project that aims to provide a seamless and natural experience of cross-lingual communication. It uses deep neural networks to translate voice from one language to another in real time while preserving the tone and emotion of the speaker.

  10. How to convert live real time audio from mic to text?

    Jul 30, 2019 · You can use the below code to convert the real time audio from mic to real text. print("Let's speak!!") audio_data = init_rec.record(source, duration=5) print("Recognizing your text.............") text = init_rec.recognize_google(audio_data) print(text)

  11. Some results have been removed
Refresh