Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 408 Bytes

File metadata and controls

16 lines (9 loc) · 408 Bytes

Language-Translator-Using-Python

This Project is based on Translating Languages using python and google API's

STEPS : Import Necessary Libraries

Create Recognizer() class objects called recog1 and recog2

Create microphone instance with device microphone chosen whose index value is 0

Capture voice

Based on speech, tranlate the sentence into another language

Check what all languages are supported