Skip to content

AI Voice Translator Using Python Automatic Speech To Text To Audio Translate To Text Translate

Notifications You must be signed in to change notification settings

Zafir547/AI-Voice-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

AI-Voice-Translator

AI Voice Translator Using Python Automatic Speech To Text To Audio Translate To Text Translate

Virtual Environment

  • You need making new folder directory name project

  • Right click terminal and cmd open now

  • Write: python -m venv venv

  • Virtualenv activate write: venv\Scripts\activate.bat

Moduled Needed

  1. playsound: This module is used to play sound in Python

    pip install playsound

  2. Speech Recognition Module: It is a library with the help of which Python can recognize the command given. We have to use pip for Speech Recognition.

    pip install SpeechRecognition

  3. googletrans: Googletrans is a free and unlimited python library that implemented Google Translate API

    pip install --upgrade googletrans==4.0.0-rc1

  4. gTTs: The gTTS API supports several languages including English, Hindi, Tamil, French, German and many more.

    pip install gTTs

    pip install gTTS-token

AI Voice Translator Learning Tutorial

Link: https://youtu.be/XGr_po9R9iw?si=Szp8PqezTyuv2rAf

About

AI Voice Translator Using Python Automatic Speech To Text To Audio Translate To Text Translate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages