SohamRatnaparkhi / transliterate-v2

A project to revolutionize remote learning. Translated audio, video and text into 100+ languages. Completely mobile responsive web app
3 stars 4 forks source link
flask python translator webapp

Transliterate

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

Before that, please install 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-v2.git
    cd transliterate-v2

STEP 3 - Installing all dependancies

    pip install -r requirements.txt

STEP 4 - Running the flask app!

    flask run

It would be great if you ⭐this repo, if you are using it!

Screenshots

image 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!