Skip to content

An app which converts your speech to a different language of your choice and speak back to you.

Notifications You must be signed in to change notification settings

mukul-puspam/translator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translator-app

setup: first install all the dependencies. Copy and paste below commands and hit enter in your terminal.

pip install flask
pip install googletrans
pip install speechrecognition
pip install gotrans
pip install playsound
pip install gtts

How to run: After successful completion all the modules type below command in therminal and hit enter.

python app.py

Open browser and type below command and press enter.

http://127.0.0.1:5000/

About

An app which converts your speech to a different language of your choice and speak back to you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published