Skip to content

yash112-lang/dubUsingAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dubUsingAI

It uses google-speech to text api, google speech to text API and google translation api to dub the video from one language to another.

First setup

  1. Create a new Google Cloud Project.

  2. Enable these Google Cloud APIs:

  • Speech-to-Text
  • Text-to-Speech
  • Translation
  1. Create a virtualenv:

     python3 -m venv venv
     source ./venv/bin/activate
    
  2. Install the python dependencies:

     pip install -r requirements.txt
    
  3. Viola! You should be good to go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors