Skip to content

This is a project created for revolutionizing Online Education by trying to eradicate the problem of language barrier

License

Notifications You must be signed in to change notification settings

SohamRatnaparkhi/Transliterate

Repository files navigation

Transliterate

  • This is Flask web-app.
  • Its Heroku app is available as well.
🧵 A short note from developer!
There is a high possibility that the Heroku link might not work in future because I might loss the free teir access soon. If it fails to work, you can still use the application by `git cloning` it.

From a developer's perspective, I think it would be best to use the Flask app!

  • Its documentation is available in the Documentaion folder. It will help you to get started with the tool.

Run the following commands in the terminal to use this app locally.

Before that some basic pre-requisites!

then run following commands.

STEP 1 - Creating virtual enviroment
To do so:-

  pip install virtualenv

  virtualenv transliterate
  .\transliterate\Scripts\activate

STEP 2 - Cloning the project locally

    git clone https://github.com/SohamRatnaparkhi/Transliterate.git
    cd Transliterate

STEP 3 - Installing all dependancies

    pip install -r requirements.txt

STEP 4 - Running the flask app!

    flask run

It would be great if you will ⭐ this repo!

Transliterate-2

(a newer and better version of this app)

A newer version of this app is available here but as this version is very close to my heart, I won't drop this version.

The latest version though - has some added features like:

  • Translation of video along with audio with text.
  • Much better UI
  • Now users wont get redirected to a new page to see the translation.

Screenshots of website

image image image image

Some important links to get help you getting started with this tool:

You can always open an issue if you have any questions or open a discussion. Thanks for using Transliterate!