Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.98 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.98 KB

Multi-Lang-Translator

Created By : Vinay Mallela Email: vinaymallela@gmail.com

Free, Multiple Language Translator

About

The project is a Multiple Languaue Translator which is a python-based application. The application generally listens to your speech and recognizes its language. Afterwards, it simultaneously translates the text into multiple languages(here, I implemented for three) and speaks the translated text as well. By using GUI, I made it easy for users to use.

Features

  • Recoreds the speech and detects its Languauge.
  • Translates the speech into Multiple Languguaes.
  • Speaks the Translated text in the respective Languaue.

Installation

Windows Installation

Installation with Python3

C:\Users\vinay>git clone https://github.com/MD571/Multi-Lang-Translator.git

C:\Users\vinay>cd Multi-Lang-Translator

C:\Users\vinay>Python -m pip install -r requirements.txt

C:\Users\vinay>Python PROJECT_Translator.py

Linux Installation

Installation with Python3

root@v:~/git clone https://github.com/MD571/Multi-Lang-Translator.git

root@v:~/cd Multi-Lang-Translator

root@v:~/pip install -r requirements.txt

root@v:~/python PROJECT_Translator.py

Pyaudio

  • Select your achitecture & Download Pyaudio from this link.

  • Open the terminal where you have kept your .whl file and add the following command in terminal.

    pip install PyAudio-0.2.11-cp37-cp37m-win_amd64.whl

Contribution

Feel free to open issues or PRs for any problem you may encounter, typos that you see or aspects that are confusing. Contributions are welcome, open an issue or email me if you have something you want to work on.

Thank you

I really appreciate all kinds of feedback. Thanks for using and supporting this project!